I am not understanding I have this right now is the tables for html will work with PHP or are they different. I understand how to do tables in HTML with the CSS but I am not to sure with PHP. I am new to PHP and this might be a stupid question to most of you. I am just hoping someone can explain so I have a better understanding of it.
I am still not understanding how to display something in a table.
The browser only reads
html.PHPis a programing language, interpreted by the server, used to generatehtmlthat the browser reads.That said there are no such thing as
PHPtables. Just do a table the normal way. Take a look at the example bellow that uses PHP to create a “dynamic” table. Now imagine that the$animalsgets pulled from a database…Example:
my-table-generator.php