Quote:
Originally Posted by MamboCube
ok, not sure if this would work but i have added this code
Code:
//################ Go to gallery directory.
chdir("gallery");
//############### Require config.
require "./config-int.php";
//################ Back to forum directory.
chdir("forum");
and i get this error
Code:
Parse error: syntax error, unexpected '<' in /home/*****/public_html/forum/member.php(651) : eval()'d code on line 3
does this mean that this way wont work?
|
that error would mean you have syntax related error at the line php told you (or before that line)