I first got this error when trying to reply to a thread I created on my test board:
Parse error: parse error, unexpected $ in /home/gloriou/public_html/rom/forums2/newreply.php on line (it was the last line of the code)
but there was no unexpected "$" anywhere near there!
so I cleaned up all the spacing and instead I get this error now:
Parse error: parse error, unexpected T_STRING in /home/gloriou/public_html/rom/forums2/newreply.php on line 198
which is roughly in this small peice of code:
PHP Code:
if ($userinfo=$DB_site->query_first("
SELECT user.*,userfield.*
FROM user,userfield
WHERE (username='".addslashes(htmlspecialchars($username))."' OR
username='".addslashes(eregi_replace("[^A-Za-z0-9]","",$username))."') AND
user.userid=userfield.userid")) {
I notice it is discussing the "userfield" table, maybe it has something to do with my adding the field6 table or something?
I have attached the file...
but for now, it's sleep time! I've been working on this hack for about 14 hours now, I only stopped to see Matrix Reloaded at the movies!