Good evening,
I want to ask how can i view full table (like in phpMyAdmin) from my database on my php page?
Lets imagine i have a table called models and it has columns called model_id, model_name. What script should i use to print all table on the page?
Thanks a lot.