Using MySQL to populate website with product data
Hi,
I have a product database which i want to use to quiclly populate parts of my website with the same info e.g. product A 'name' and 'price' in three different locations.
I have set up a IIS7, PHP and MySQL environment. In a new php file I can successfully connect to my database tables in Dreamweaver CS4, using the 'Database' tab.
When I right click and 'View Data' - no probs
When I add a Recordset, for e.g. with no filters to show all my data, and i click 'Test' all my data appears.
However, when I click 'OK' and go back to Dreamweaver nothing appears in Design View or Live View except a little php icon.
If I select Dynamic table, using the recordset, the colun headings appear but no product data.
When I do a test php echo statement the text appears, so why does the data not appear?
Thanks in advance for any help. Pls keep advice as simple aas possible!