Suppressing "undefined variable" notices with argc
Posted: Wed Dec 11, 2002 10:12 am
Hi,
I'm running PHP with detailed messages for debugging purposes. My problem is a notices coming up with the predefined "argc" variable:
Notice: Undefined variable: argc in [...]index.php on line 190
What must I do to avoid this notice without disabling this kind of notices globally.
Ciao, Meph
I'm running PHP with detailed messages for debugging purposes. My problem is a notices coming up with the predefined "argc" variable:
Notice: Undefined variable: argc in [...]index.php on line 190
What must I do to avoid this notice without disabling this kind of notices globally.
Ciao, Meph