Here is an example query: $result = mysql_query("SELECT title FROM pages") Is there a simple parameter I can add so it only returns the first 20, etc, rows that it finds, instead of all of them? Thanks
Never mind, I tried google once more and found it. http://php.about.com/od/mysqlcommands/g/Limit_sql.htm Thanks