Jump to content

PhP MYSql Question


nimzie

Recommended Posts

I have a simple query:

 

SELECT DISTINCT Email_Address, Name, Role FROM contest_entry where Contest_ID = 1")

 

i am using this query to populate an HTML Table for display.

 

I also want to have a "pick random" button to go through the same result set and pick/highlight (or some custom action) a winning record.

 

What's my best approach for this?

 

Thanks,

 

Adam

 

Link to comment
https://forums.phpfreaks.com/topic/69839-php-mysql-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.