So the mysql login seems to be working now because those errors went away after I changed the database name.
Now the problem is this error: " Parse error: syntax error, unexpected T_STRING in /home/kings30/public_html/addbook/include/login.inc.php on line 3"
Line 3 of that file is:
interface AuthUser { function getDomain(); function getName(); }
So I am not sure why I am getting this error. I went through the install instructions and didn't miss anything. Thanks
Log in to post a comment.
So the mysql login seems to be working now because those errors went away after I changed the database name.
Now the problem is this error:
" Parse error: syntax error, unexpected T_STRING in /home/kings30/public_html/addbook/include/login.inc.php on line 3"
Line 3 of that file is:
interface AuthUser {
function getDomain();
function getName();
}
So I am not sure why I am getting this error. I went through the install instructions and didn't miss anything.
Thanks