Re: register form

message from Les Matthews on 19 Jul 2004
You could create a recordset to query your membership table. The SQL would
be something like: SELECT * FROM members. You could then use a repeat region
to display the data. You could apply a "go to detail page" server behavior
so that when you select a member you will go to a page where you can update
the selected member's information.

I'm assuming you don't know what server model you will be using. If you will
be using MS Access as the database, then ASP will be a good choice (ASP.NET
would be good too, but the learning curve will be more steep).

You can find "recordset", "repeat region", and "go to detail page" on the
menu of the Server Behaviors panel.

Here's a tutorial to get started with (if you use ASP):
http://www.webthang.co.uk/tuts/tuts_asp/phill/phillsacre.asp

Sure, MS Access will do. So will any other ODBC-compliant database (or even
text files).

http://www.duresources.com/products/detail.asp?iPro=8&iCat=8&nCat=Portal%20&%20Site

Pick a server model (i.e. ASP) and work through the tutorials/help included
with DMX. Post here when you get stuck.
 
pullover replied to Les Matthews on 20 Jul 2004
hi thanks for the tips.

i've installed ms IIS and i'm running on windows xp pro.

how do i set up IIS as my testing server to make sure that my database and
register form are working fine?

need to determine this before subscribing to an ISP.

thanks
 
Les Matthews replied to pullover on 20 Jul 2004
Open IIS, right-click on Default Web Site and select "New Virtual
Directory". Create a Virtual Directory pointing to the folder where your asp
http://www.webthang.co.uk/tuts/tuts_dmx/dmxf_1/dmx1_3.asp

"pullover" <webforumsuser@macromedia.com> wrote in message
news:cdioar$7ic$1@forums.macromedia.com...
 

Archived message: Re: register form (Macromedia Dreamweaver)