How i can use php for make changing data on mysql? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How i can use php for make changing data on mysql?

2nd Sep 2016, 1:09 PM
Zuhruf Ardiansyah
Zuhruf Ardiansyah - avatar
2 Answers
+ 2
create a connection with $conn = new mysqli($servername, $user, $pass, $dbname); and make your queries $conn->query("update customer set salary = 1 where id = 1");
2nd Sep 2016, 5:49 PM
Luis Arce
Luis Arce - avatar
+ 1
you can enter this website and click on LearnSQL or download solo learn SQL and you can know how and for the website the URL is www.w3schools.com
25th Sep 2016, 11:24 AM
Yahya housh
Yahya housh - avatar