PHP Error Received on Proxy Website - HELP!

Discussion in 'PHP' started by rllunzmann, Apr 21, 2008.

  1. #1
    Hey everyone.

    I don't understand what this specific PHP error is and was hoping to get some help. If you visit the domain: www.fknn.net/testing001

    and then enter a URL and click submit (hide!), i receive the following PHP error on the next page:

    I've just uploaded my proxy which came direct from another
    web host and I'm getting the following error after entering
    in a website and clicking search (hide!) button.

    The error is: Parse error: syntax error, unexpected
    T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/fknnnet/public_html/browse.php on line 365


    Any ideas? Thanks,
    Ryan
     
    rllunzmann, Apr 21, 2008 IP
  2. Louis11

    Louis11 Active Member

    Messages:
    783
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    70
    #2
    You have a parse error in browse.php :)

    Basically this means you forgot some necessary bit of syntax. In that file (on line 365, or above) make sure that the code is correct. Most likely you forgot a semi-colon, or forgot to close a string. If you can post the bit of code directly above (say, 20ish lines) and below line 365 in browse.php, I can tell you exactly what's wrong.

    Cheers,
    Louis
     
    Louis11, Apr 21, 2008 IP
  3. rllunzmann

    rllunzmann Active Member

    Messages:
    1,796
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    80
    #3
    Thanks, i will post this info shortly.

    Regards,
    Ryan
     
    rllunzmann, Apr 22, 2008 IP