Jump to content

easy one select order database thanks


redarrow

Recommended Posts

i wont to select the member vdate vtime and vote from the database in that order how please

 

$query = ("SELECT vote,member,vdate,vtime,id,session FROM s ");
$result = mysql_db_query("freedating",$query);
while(list($vote,$member,$vdate,$vtime,)=mysql_fetch_row($result)){

Link to comment
https://forums.phpfreaks.com/topic/2631-easy-one-select-order-database-thanks/
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.