I have a MySQL database in phpMyAdmin with one table and over 7,000 entries/rows.
How do I go about parsing this information and displaying them on a website? What PHP code do I need to use?
Also, how do I go about making sure each of these 7,000 entries gets its own URL? I want each entry name and id# to be included. For example...
http://www.mysite.com/db/dogs?id=1
http://www.mysite.com/db/cats?id=2
http://www.mysite.com/db/monkeys?id=3
etc.
I am still very new to this, so please keep it as simple as possible.
At least I already have the database set up! I just need to figure out the output.
:lala:
How do I go about parsing this information and displaying them on a website? What PHP code do I need to use?
Also, how do I go about making sure each of these 7,000 entries gets its own URL? I want each entry name and id# to be included. For example...
http://www.mysite.com/db/dogs?id=1
http://www.mysite.com/db/cats?id=2
http://www.mysite.com/db/monkeys?id=3
etc.
I am still very new to this, so please keep it as simple as possible.
At least I already have the database set up! I just need to figure out the output.
:lala:







