How Can I Integrate SQL with my Web page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How Can I Integrate SQL with my Web page?

I have created a simple web page forum,But How Can I Use SQL to store the data of my users,?

5th Sep 2017, 6:04 PM
Joel Roy
Joel Roy - avatar
2 Answers
+ 4
Depends upon what technologies you're trying to use for your website or not. You could easily install PHP onto the server, and use PHP as the server-side scripting that handles your database. If you prefer the JS route, then you could use something like NodeJS also. In a nutshell, you need a server-side language that can be used to bridge the communication between the client and the database.
5th Sep 2017, 6:15 PM
AgentSmith
+ 2
I have a PHP with MySQL server,But I don't know how to store credentials in the SQL server
5th Sep 2017, 6:18 PM
Joel Roy
Joel Roy - avatar