Forum Moderators: coopster
thanks.
error_reporting = E_ALL & ~E_NOTICE
Undefined variable errors are because you are using the variable before it has been set. Look into the isset() function.
[uk2.php.net...]
For the error reporting, try this:
[uk.php.net...]
dc