http://ihrtn.com/form.html
It actually works fine when I'm running it via server, but not so much when I do it locally / via hard drive with XAMPP turned on.
Hi everyone!
I just started going through Mr. Ullman's book and really like it so far, but here's an issue that I'm going through right now...
I'm getting numerous errors after trying to run handle_form.php script from Chapter 2:
Notice: Undefined index: name in C:\xampp\htdocs\handle_form.php on line 27
Notice: Undefined index: email in C:\xampp\htdocs\handle_form.php on line 29
Notice: Undefined index: comments in C:\xampp\htdocs\handle_form.php on line 31
I went through Google Search and found out that I can suppress warnings by adding error_reporting(E_ALL ^ E_NOTIC