+ 2
Guys in PHP how to create a register form PDO And PHP "Insert Into"?
Please guys
2 Answers
+ 4
You should check the theoretical part in php.net:
http://php.net/manual/en/book.pdo.php
and here is an example :
https://stackoverflow.com/questions/10424377/inserting-into-database-using-a-pdo
+ 1
Yes you can