+ 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,?
2 ответов
+ 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.
+ 2
I have a PHP with MySQL server,But I don't know how to store credentials in the SQL server