Jump to content

Viewing a database within Dreamweaver


Recommended Posts

I am using dreamweaver to create a simple wishlist. I have the creating part done but cannot figure out a way to view it. Right now I want to have soandso choose a name off of the list and then click submit and it displays everything for that user below. Unfortunately I cannot figure out what to do through dreamweaver to make it work.

 

Can anyone help me out.

Link to comment
https://forums.phpfreaks.com/topic/1231-viewing-a-database-within-dreamweaver/
Share on other sites

from what I have done with PHP under DW, I think you need to do at least these steps to display your records:

 

- set up a recordset (in the Server Behaviours), check the options and OK

- select dynamic Texts in Server Behaviours (I think that\'s what you want to do here) and specify your result set depending on what has been chosen on your wishlist pick form.

 

You need to tell DW when you set up the dyn text which form field depicts the reults record set (like writing the SELECT yourself).

 

ll in all, this doesn\'t sound very difficult. get a book on it. I can recommend \'Dreaweaver Foundation\' from FriendsofEd. It\'s a good book detailing DW and DW/PHP/mySQL basics. For more stuff on PHP/mySQL, get \"PHP and mySQL Web Development\" from L.Welling and L.Thomson.

 

P

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.