ok something simple has to be causing this... cuz like for every array i have.. i get this in my apache web server error log:
[Sun Jul 13 17:22:18 2003] [error] PHP Notice: Undefined index: newsadmin in c:\apache\apache\htdocs\clanweb\clanweb.php on line 380
[Sun Jul 13 17:22:18 2003] [error] PHP Notice: Use of undefined constant LoggedIn - assumed 'LoggedIn' in c:\apache\apache\htdocs\clanweb\clanweb.php on line 455
[Sun Jul 13 17:22:18 2003] [error] PHP Notice: Undefined index: LoggedIn in c:\apache\apache\htdocs\clanweb\clanweb.php on line 455
[Sun Jul 13 17:22:18 2003] [error] PHP Notice: Use of undefined constant action - assumed 'action' in c:\apache\apache\htdocs\clanweb\clanweb.php on line 464
and i get taht for every single one of these, ex:
if ( ( $REQUEST[deletematch] == "Delete Match" ) || ( $REQUEST[deletemember] == "Delete Member" ) || ( $_REQUEST[deleteschedule] == "Delete Schedule" ) )
ive tried messing with quotes and stuff... but i dont think thats it cuz this worked before, and i just added some code but im not sure which piece i added could be causing all this trouble.