Re: [PHP] Checking Var's passed via URL

2002-08-09 Thread Saci
Thank you for your reply Believe or not the code today works , without any change. I guess is somethhhing related to browser cache., who probably was holding one old version. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Checking Var's passed via URL

2002-08-09 Thread Analysis & Solutions
On Thu, Aug 08, 2002 at 03:01:15PM -0300, Saci wrote: > Parse error: parse error, unexpected T_ISSET, expecting '(' in > http://mydomain/Cliente.php on line 2 > > if (isset($_GET['modo'])){ Your error message is complaining about line 2. Well, that right there is line 2. I bet you retyped t