Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
> The error that I get is:
> Parse error: parse error, unexpected T_Variable
> in /home/mike/public_html/test.php on line 12
So there's an unexpected token on line 12.
Lets look at line 11 - often if something's wrong on a line we might
have missed something further up in the program.
Sure enough:
11. require_once "DB.php"
You haven't closed the line with a semicolon.
Try that and see how you get on.
Good luck!
Russell.
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members