Monday, December 12, 2011

Why wont PHP allow echo "File owner: $user['name'] <br>";?

The answer is right in the parse error. your variable is nothing but blank or white-characters when it's expecting a string or number.

No comments:

Post a Comment