mysql - How do I ignore a single row in a query result using SQL or PHP? -
Do I somehow ignore the date as soon as possible? With SECL or PHP?
SELECT topic, date by date, id = $ id order dsc ($ row = mysql_fetch_array ($ query)) { Cheers
You can write some complex SQL to do this or you can do this in your PHP: < / P>
$ first = true; While ($ line = mysql_fetch_array ($ query)) {if ($ first) {$ first = false; to continue; } // process rows here}
Comments
Post a Comment