Jump to content

php automatic updates


HektoR

Recommended Posts

Use a query of...

SELECT * FROM table ORDER BY thetimecolumn DESC LIMIT 1

Google for php/mysql data retrieval, php mysql, mysql queries, and check the code snippets repository in this forum to see more information of how to do this. You might also check the php.net manual page for mysql_query().

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.