[quote name=\'PHP Error\']Notice: Undefined index: submit in d:\web\_files\register.php on line 5[/quote]
[quote name=\'Line 5\']$submitted = $_GET[\'submit\'];[/quote]
Does anyone know how to get rid of this pesky php error? I have a feeling it might be the error reporting in php config, but it\'s late and I\'m not sure lol.
Thanks in advanced,
/d
Pesky PHP Errors
Moderators: Moderator, Global Moderator
Pesky PHP Errors
[align=center]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]
Pesky PHP Errors
error_reporting(E_ALL ^E_NOTICE);
Shove that at the top of the php script and you\'re fine. You can change it in php.ini if you like.
Shove that at the top of the php script and you\'re fine. You can change it in php.ini if you like.
Pesky PHP Errors
Thanks, Scott!
/biggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />
[align=center]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]

