PhdJB Posted June 7, 2007 Share Posted June 7, 2007 My question is how do i connect my forms to my PHP code to insert in my MySQL database. I have so far: <form action="http://www.seceng.com/secure/insert.php" method="POST" language="PHP" name="Insert"> ----all my HTML form information------ </form> Quote Link to comment https://forums.phpfreaks.com/topic/54668-how-do-i-connect-my-forms-to-my-php-code-to-post-to-my-site/ Share on other sites More sharing options...
trq Posted June 7, 2007 Share Posted June 7, 2007 You will find the values of your form in the $_POST[] array. Quote Link to comment https://forums.phpfreaks.com/topic/54668-how-do-i-connect-my-forms-to-my-php-code-to-post-to-my-site/#findComment-270367 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.