Home > MySQL, PHP > Script To Pull Data From Table

Script To Pull Data From Table

November 17th, 2009

I need a simple php script that will pull records from a table and display in browser. There are a few thousand records in the table. I need to pull a random 25 records everytime the script it executed. The records are in categories so I don’t want more then 1 of the 25 from each category per extract.


Script To Pull Data From Table

Comments are closed.
Bear