From: "Chris Blake" <[EMAIL PROTECTED]>
[snip]
> //If "Delete User" is selected----------
> if ( $_REQUEST['useroption'] == 'delete')
> {
[snip]
> No matter which option I select I get the following output :
> ------
> Parse error: parse error, unexpected $ in
> /var/www/html/Sessions/userman.php on line 83
>
> Line 83 is '?>'......
You're missing a closing brace for the above IF condition...
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php