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