Ask a Question related to Dreamweaver AppDev, Design and Development.
-
rddave51 #1
Random records from MySQL
is there any way i can get my page to pull a record ot of a table at random in PHP and MySQL?????????:confused;
rddave51 Guest
-
random records from Access?
Hi I'm using a Windows 2003 server an access database, with ODBC connection Is there anywhere I can find info about displaying all records in... -
all records in random orde?
Ok, this has probably been asked a thousand times, apologies for repeating.. Is there a tutorial or extension to display all records from a... -
Random records (but with logic)
Hi, I need to extract randomly 5 records from the table "Questions". Now I use SELECT TOP 5 FROM Questions ORDERBY NEWID() And it works. The... -
#22597 [Com]: PHP can't select random rows from MySql
ID: 22597 Comment by: justin at visunet dot ie Reported By: grugli at mmedia dot is Status: Bogus Bug Type: ... -
[PHP] Can php/mysql handle 10000s of records
I am writing an attendance system in php/mysql for my school. We have a little less then 1000 students. For every day of the school year one ... -
rddave51 #2
Re: Random records from MySQL
OK sorry i have sorted the problem out now and as it turned out it was quite easy........!
All i had to do was add a ORDER BY RAND() to my mysql query.
:D ;)
rddave51 Guest



Reply With Quote

