[PHP] Parse error not understood

2003-08-14 Thread Chris Blake
Greetings learned PHP(eople); My HTML : -- Add User Edit User Delete User My PHP Code : 0) { //User already exists in database header('location: user_exists.php');

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 o