HighDots Forums  

register form

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss register form in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
pullover
 
Posts: n/a

Default register form - 07-19-2004 , 01:38 PM






hi,

can anyone here guide me on how to create a login page where user will have to
register with me first. user will be able to choose their usename, password
etc and then after registering they will be able to login to view the page.

how can i received their registered info from the form that i created?

would it be easier if the data info sent back to me via email?

thanks


Reply With Quote
  #2  
Old   
Les Matthews
 
Posts: n/a

Default Re: register form - 07-19-2004 , 01:50 PM






Pick a server model, then use the "User Authentication" server behaviors
that ship with DW (there is information in the online help regarding how to
use them). To access the registration info, build an administrator's page
that queries the database table holding membership data.


"pullover" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
hi,

can anyone here guide me on how to create a login page where user will
have to
register with me first. user will be able to choose their usename,
password
etc and then after registering they will be able to login to view the
page.

how can i received their registered info from the form that i created?

would it be easier if the data info sent back to me via email?

thanks




Reply With Quote
  #3  
Old   
pullover
 
Posts: n/a

Default Re: register form - 07-19-2004 , 02:12 PM



thanks for your quick reply.

can you elaborate more on how to build an administrator's page
that queries the database table holding membership data.

i've absolutely no idea on how this can be done and i have no experience in
writing a program.

do i build the data on ms access (also very little experience on access)?

is anyone here kind enough to give me a sample?

sorry for the trouble but i'm stuck with this for weeks and going crazy so
need to get it done soon.
plus i do not have any money to pay someone to do it for me.

basically i need to set up a online catalogue where user need to login to view
the price.(i just need to get their data for new user).

thanks a million.


Reply With Quote
  #4  
Old   
Les Matthews
 
Posts: n/a

Default Re: register form - 07-19-2004 , 03:13 PM



"pullover" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
thanks for your quick reply.

can you elaborate more on how to build an administrator's page
that queries the database table holding membership data.
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.

Quote:
i've absolutely no idea on how this can be done and i have no experience
in
writing a program.
Here's a tutorial to get started with (if you use ASP):
http://www.webthang.co.uk/tuts/tuts_asp/phill/phillsacre.asp

Quote:
do i build the data on ms access (also very little experience on access)?
Sure, MS Access will do. So will any other ODBC-compliant database (or even
text files).

Quote:
is anyone here kind enough to give me a sample?
http://www.duresources.com/products/detail.asp?iPro=8&iCat=8&nCat=Portal%20&%20Site

Quote:
sorry for the trouble but i'm stuck with this for weeks and going crazy
so
need to get it done soon.
plus i do not have any money to pay someone to do it for me.

basically i need to set up a online catalogue where user need to login to
view
the price.(i just need to get their data for new user).
Pick a server model (i.e. ASP) and work through the tutorials/help included
with DMX. Post here when you get stuck.




Reply With Quote
  #5  
Old   
pullover
 
Posts: n/a

Default Re: register form - 07-20-2004 , 05:23 AM



hi thanks for the tips.

another question:

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


Reply With Quote
  #6  
Old   
Les Matthews
 
Posts: n/a

Default Re: register form - 07-20-2004 , 10:49 AM



Open IIS, right-click on Default Web Site and select "New Virtual
Directory". Create a Virtual Directory pointing to the folder where your asp
pages are (site root).
Configure your site with a testing server in DW. See:
http://www.webthang.co.uk/tuts/tuts_dmx/dmxf_1/dmx1_3.asp


"pullover" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
hi thanks for the tips.

another question:

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




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.