PDA

View Full Version : Login / Register / User DB


tony666
08-29-2002, 06:06 PM
hi all,

iv started my own website in html and want to create a members area with a user db. i dont have mysql, only ms access! im not bothered about how quick this will be for now. i would be very very greatful if someone could help me with this !!?? i need to know how to set up the database correctly, the code for login, register and any other processing pages for this. i am a begginer really and not familliar with asp! HELP APPRECIATED!!!! i use dreamweaver to create my site if thats helps? :S :S

raf
08-30-2002, 08:43 AM
euh ...
so basicly your asking : "How can I learn to program a database-driven web-application ?"

I'm sorry, buth all that can't be treated in one post. Maybe check out some tutorials.

In every case, you ask the right question, and seem to realise that datadesign should be optimized for your app's functionality's.

Because today is your lucky day, i'd propose that I help you start creating your app. Send me an email with the description of your app (what do you precisely want to do. start with sort of login - validation against a database - select user-profile and action linked to that profile etc etc) and i'll send you the html's, asp's and database to get you started.

whammy
08-30-2002, 11:41 PM
I have a premade registration/login script you can download from my website as a .zip file.

I tried to keep it simple, you'll need to modify it to use your URLs and email addresses, etc. (and the connection string).

Compared to what I'm doing right now it's rather primitive (as I wrote it when I was still an .asp "newborn") - but it should get you going in the right direction.