Help me Print the entire table from MySQL with the layout, well, or tell me how it is possible, for example, in the table 13 rows well and on the site also 13 and when adding through PHPMyAdmin 1 row on the site also added 1 flow

    1 answer 1

    • go to phpmyadmin -> table export
    • copy sql code
    • go here -> http://www.phpscaffold.com
    • insert the sql code
    • remove from the beginning if not exist
    • click make my pages
    • get the code
    • parse it
    • enjoy life :)