Hi peeps,
Hope someone can help with this easy one!
How do I SELECT the last database entry so that I can echo out the info?
I presume you would use the id_auto field but can't figure out how.
SELECT * FROM table WHERE id_auto ?????
Thx
ps....I don't know the id of the last entry hence my problem. Basically I need it to echo out the data that's just been inputted by a form.