Posts
 
Reputation
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
~862 People Reached
Favorite Forums
Favorite Tags
php x 1

1 Posted Topic

Member Avatar for raine

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 = …

Member Avatar for get-innocuous
0
862

The End.