Hello everyone,
I'm trying to learn how to use a form to put the data into phpMyAdmin. I found a site here: http://www.html-form-guide.com/php-form/php-form-processing.html
that shows you how to do it. I use Xampp. Both Apache and SQL are running. I use Aptana to edit it and use Chrome for my browser. The downloaded file is in my root htdocs folder. I set up my database like they said. Heres a picture:
And when I run myform2, I see this:
"Notice: Undefined index: formSubmit in C:\xampp\htdocs\myform2.php on line 2" I didn't even mess with the code yet. Here is my code for my myform2.php: