MySQL / PHP dating site
MySQL / PHP dating site
Out of context: Reply #38
- Started
- Last post
- 40 Responses
- ********0
Do it as 1 query.
SELECT clients.client_id, dob, city, file_name
FROM clients
LEFT JOIN client_photos
ON client_photos.client_id=clients...
ORDER BY RAND()
LIMIT 5- thanks :)
this is more simple than what I had anywayjuhls
- thanks :)