0
How to connect mysql on php?
I'm trying to do that but I can't. I want put, erase and modify products on tables by form.
2 odpowiedzi
+ 2
Try this tutorial, it's brief, but pretty good. Hope it leads you somewhere.
http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers
+ 1
$conn = new mysqli($dbhost, $dbuser, $dbpass,$dbname)