Jump to content

Forms


TarsierSpectral

Recommended Posts

No problem, if you want a little code help, use:

 

 

<?php

$query = mysql_query("SELECT * FROM `users` ORDER BY `date_joined` DESC");

while($row = mysql_fetch_array($query)){


echo $row['username'] . "<br>";

}

?>

 

Thanks for that.  I might need more code help later on, so I might be back.  Thanks for your help

Link to comment
https://forums.phpfreaks.com/topic/89905-forms/page/2/#findComment-461117
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.