How do I echo out the first item of every table in a adatabase. I know how to do it in one, but not in all. Do I have to use mysql_list_tables() and then get first item with LIMIT? I tried mysql_list_tables(), but it didn't work for some reason.
Could someone help me please?