scriptEater wrote:
> $sql = "SELECT * FROM friends;";
Remove the semicolon at the end of the SQL query. You need
the semicolon
only if you're submitting the query in the MySQL Monitor. It
should be:
$sql = "SELECT * FROM friends";
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/