DW DYNAMIC TABLE
- Started
- Last post
- 4 Responses
- YourClient
Where can I get more information on how to create dynamic tables using Dreamweaver/PHP/MySQL.
Is like dumping a single recordset in a series of table cells.
Any Resource URL, tried Google already.
Thanks.
- tfs__mag0
my first suggestion would be to not let DW write your PHP code.
- YourClient0
Well, I'm not a programmer, yet I build simple sites using PHP/MySQL, everything is easy to do LOGIN, CMS, QUERYING, FILTERING DATA, but I ran into the problem of displaying a series of records using a table with XX number of cells per page. I can read the code, but most examples on the web are really complete pages, with no files.
- tfs__mag0
so you're looking for code to create a table? there are plenty of tutorials out there for that, you may just have to step away from dreamweaver for a minute and try one.
I don't do PHP alot, but when i get stuck I go here http://php.resourceindex.com . hope this helps.
- YourClient0
Thanks a lot