Help Please!!! can anyone help with this php error it really pissing me off I get the following error Parse error: parse error, unexpected T_STRING, expecting ',' or ';' on line 91 line 91 highlighted as follows!!! if(isset($_COOKIE["adminID"])) { echo "<form method="POST" action="/admin/edititem.php"><p>Edit:<br>"; echo "<input type="text" name="prodID" size="27" style="font-family: Arial; font-size: 10px"><input type="submit" value="GO" name="B1" style="font-family: Arial; font-size: 10px"></p>"; echo "<input type="hidden" name="actionCom" value="edititem"></form>"; } else { echo " "; } rob anyone???
problem sorted it was more then just a this script it was also the admin cookie!!! but i have worked it all out and it is now working fine cheers!!!