Jump to content

[SOLVED] Last 10


EagleAmerican

Recommended Posts

Hi again, I am just full of questions.. but heh.. no question is the only stupid question, right?  ;)

 

Anyways, using something like this,

 

$sql = mysql_query("SELECT name,note,id FROM notes") or die(mysql_error());

 

How could I get the last 10 entries into the database? I was thinking the 10 highest ID's but I couldn't think of a way to do that.

 

Thanks,

Adam

Link to comment
https://forums.phpfreaks.com/topic/63480-solved-last-10/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.