I have this code
$content = mysql_query('select * from pass where id = 1');
print "<body>";
print "$content" ;
print "</body>";
and i want it to view the information in the database in the row with id as 1 but when ever i try this script i get
Resource id #2
printed on the screen, what am i doing wrong?