Hi Charlie,
Locate your php.ini file and modify the line below: ( usually /etc/php4/php.ini )
Code:
error_reporting = E_ALL & ~E_NOTICE
it is also pretty common to turn register globals to on. ( just not as secure )
Code:
register_globals On
once you make the change(s), restart apache and try it again.