Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: Parse error: syntax error, unexpected T_STRING in /home/dwashington/public_html/roster.php on line 5 ^^^This is the error im receiving for my php file.....what is the problem?? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <?php// connect and select a database mysql_connect("localhost","root","hakeem42"); mysql_select_db("active_roster"); // Run a Query $result = … |
The End.