I think you need the quotes: $_SERVER['PHP_SELF'] > Try using the following: > > $_SERVER[PHP_SELF] > > Mainly, get rid of the quotes inside the brackets. Usually this error > 'T_String' generally occurs when you have quotes (" or ') where they > shouldn`t be. > > Give it a try if that thing still troubles you... > Good luck -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php