Answers for "get from database the most recent data limit by 5"

SQL
0

get from database the most recent data limit by 5

$result = mysql_query("SELECT * FROM notes WHERE note_author_id='$u_id' ORDER BY date_time DESC LIMIT 0, 10");
Posted by: Guest on August-06-2020

Code answers related to "get from database the most recent data limit by 5"

Code answers related to "SQL"

Browse Popular Code Answers by Language