Help Please!!!

Discussion in 'Technology' started by Nik, Jan 13, 2003.

Users Viewing Thread (Users: 0, Guests: 0)

  1. Nik

    Nik Registered User

    Joined:
    Jun 10, 2002
    Messages:
    710
    Likes Received:
    0
    Location:
    ON THE FLY
    Help Please!!!

    can anyone help with this php error it really pissing me off:mad: :mad: :mad:


    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???:( :( :(
  2. 1615634792921.png
  3. WebbA

    WebbA Registered User

    Joined:
    Nov 21, 2001
    Messages:
    1,761
    Likes Received:
    0
    Location:
    Durham
    echo "<form method="POST" action="/admin/edititem.php"><p>Edit:<br>";


    the : after the Edit perhaps?
  4. Nik

    Nik Registered User

    Joined:
    Jun 10, 2002
    Messages:
    710
    Likes Received:
    0
    Location:
    ON THE FLY
    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!!!:) ;)

Share This Page