I need to select the last record in a table. What is the query?
table = xyz
The data from this one row needs to be echoed on the page. Rather than have to write out every field, I'd rather have it just take each field's data and echo it on successive rows. How do I make it automatically do this?
Ex:
Fieldname1: Fielddata1
Fieldname2: Fielddata2
and so on.