Php help, getting id, but getting error?

  • Thread starter Thread starter spyman1o1
  • Start date Start date
S

spyman1o1

Guest
Trying to get the highest id from my database, but it returns as Resource id #3
My code:
$high = mysql_query("SELECT * FROM stories ORDER BY Id DESC LIMIT 1");
echo $high;
Thanks, but that also put in the Resource
Thanks, but both of those still give resource
 
Back
Top