Hi,
I kept getting the 'undefined index' error message was passing an primary key variable when using a GET from the URL.
to over come it I used this line of code - <?php error_reporting (E_ALL ^ E_NOTICE); ?>
Is it wise to use this? I couldnt work out why the error message was coming up.
Thanks




Reply With Quote