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
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