Hey!
Just wondering if anyone of you know of a clever way to view an entrie MySQL table with field names and records in a web browser using PHP? Thing is that I only find ways to view tables I know the content of (field names, numbers of fields etc.) this way , but say if I dont know how many fields there are nor what the field names are, how can I get the code to find this out and display the entire table in the browser?
Thanks!!