+ 3
how to link a database to a webpage so that if a data will be entered in the webpage then it will be stored in the database
2 Réponses
+ 4
You can use php to connect to the database and a html form to send the data to the php script.
Just make sure to guard against SQL injection (read about PDO and prepared queries).
+ 3
how the php can be used to link??