Programming tips - to get this accomplished... (Posted by Travis)

They have: 153 posts

Joined: Jun 1999

I have seen sites that use .asp programs
to give away free email accounts and register
people throughout a whole site with the sections.
I am wondering how this can be accomplished.
One site I went to, I got a free email account,
and my username and password was automatically
registered with the forums, chat, and auction
parts of the site.
Any tips on how to do this?
Thanks

----------
Travis K-P
http://www.axoskate.com

They have: 76 posts

Joined: Apr 1999

Travis,

They're probably using a database, probably SQL 7 if they're using ASP. I'm doing the same thing on one of the sites I'm working on. I made a registration screen where the user fills in all their information like name, address, etc. I save all this information in a customer table in SQL and also write this info to a cookie so next time they come to the site I know who they are and use this id for all posting to the site (boards, orders, etc).

Later,
PJ

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.