On Fri, 18 Oct 2002 13:26:20 +0200 "Michel Bakkenes - bakkenes.net" <michel@bakkenes.net> wrote: > Ok.. I'm not a newbie I thought.. I do have experience with PHP, but I > never suffered from this error. > > I used on my own redhat 8.0 server the following test-script: > > if($action=="test"){ echo "Test";} Looks like you do not have register_globals ON :-), as far as I suppose $action comes from get or post. hth pa -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php