CodeUnit MySQL: How to Order a SQL query’s results by a given ID Sequence August 1, 2011 by Craig Lotter No Comments I have a specific sequence of ID numbers and I want the result set retrieved when looking up more information on those records in the... Read More
CodeUnit How to Reuse a MySQL Result Set February 15, 2011 by Craig Lotter No Comments To reuse an existing result set returned from a query is actually pretty simple thanks to PHP's mysql_data_seek function and the fact that mysql_query returns... Read More