You know PHP actions, right? like somepage.php?action=someaction
Well how would you be able to connect to the DB in a way so you could do somepage.php?action=someaction&id=1
There's no "PHP actions". It's just a variable someone uses called $action, that in no way differs from any other variable. And, of course, variable names hasn't anything to do with connecting to DB 🙂
Originally posted by the_Igel There's no "PHP actions". It's just a variable someone uses called $action, that in no way differs from any other variable. And, of course, variable names hasn't anything to do with connecting to DB 🙂
I meant putting that in a script that connected to the Database for HTML content
http://www.php.net/manual/en/ref.mysql.php