Jump to content

show last record entered as default


webguync

Recommended Posts

I have mastered the art of displaying results from MySQL into a web page via SQL Queries and

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

 

what I need to do though and am not sure how to go about it is to display only the last record entered into MySQL into my html table, so that each and every time a new record is entered that (1) and only one is displayed.

 

thanks in advance for any assistance.

Link to comment
https://forums.phpfreaks.com/topic/96812-show-last-record-entered-as-default/
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.