+ 1
React + PHP + SQL, how is it possible?
I'm interested if my following example is possible: I want do make input on website which will be instantly (onChange) sent to sql database, and if it's not possible at least data to be sent to sql every x seconds
1 Answer
0
Yes, you can but in not comfortable :)
Best for this project is (i think) react+node+mongo or other NOsql
So if you want to use PHP you can embed react in your php file