+ 2
How do i let my form submit to the database?
My form is not submitting to the database . I'm using PHP
2 Réponses
+ 35
Post your code here or give us a link to it.
By the way, a form doesn't submit to a database directly. You need to use PDO or mysqli or frameworks like Doctrine.
+ 3
Pls, send the first the code