[PHP] Parse error not understood

2003-08-14 Thread Chris Blake
Greetings learned PHP(eople); My HTML : -- input type=input class=input name=usernamebox value=Enter user name../inputbr input type=radio name=useroption value=addAdd User/inputbr input type=radio name=useroption value=editEdit User/inputbr input type=radio name=useroption

Re: [PHP] Parse error not understood

2003-08-07 Thread CPT John W. Holmes
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