0
How to link Php & mySQL? ✌
Please. Anyone can help me? How you know how to link Php & mySQL.? My Project is. When you input Name & Password using Input Boxes. Then That Records want to store in database (mySQL) Do you know. Sent that cods please! ✌
1 Antwort
0
INSERT INTO testTable(username, password) VALUES ("TEST", "TEST123") ;
//but this is not going to help you before this you have to know lot about php, Mysql, database
https://www.w3schools.com/php/php_mysql_connect.asp
https://www.sololearn.com/learn/PHP/1801/
https://www.sololearn.com/learn/SQL/1849/