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
> <?php > > if (isset($_GET['modo'])){ Your error message is complaining about line 2. Well, that right there is line 2. I bet you retyped the code for your email message. But, in your script, you had mistakenly left off a "(" as it says in the error message. PS: May I suggest not putting sooooooo much vertical whitespace in your messages? The email you sent was hard to read. --Dan -- PHP classes that make web design easier SQL Solution | Layout Solution | Form Solution sqlsolution.info | layoutsolution.info | formsolution.info T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y 4015 7 Av #4AJ, Brooklyn NY v: 718-854-0335 f: 718-854-0409 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php