Jump to content

Displaying Dates


bravo14

Recommended Posts

Thanks for your help guys.

 

Craygo just out of curiosity as I am relatively new to PHP/MySQL where in the code below would I put the code you suggested?

$result = mysql_query('SELECT * FROM `reports` ORDER by report_id LIMIT 0, 30 ', $con);
while($row = mysql_fetch_array($result))

{
echo ('<tr class="profiletext"><td>'.$row[date].'</td>');

Link to comment
https://forums.phpfreaks.com/topic/110068-displaying-dates/#findComment-565225
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.