Sign-up Page
- Wormtail
-
Wormtail
- Member since: Apr. 1, 2001
- Offline.
-
- Forum Stats
- Member
- Level 13
- Blank Slate
Hi.
Ok,I made a sign-up page.I did add Nickname,First Name,Password,Message stuff.I made this with Microsft Frontpage Express.I want to know how to store this nickname etc.Basically,I want the script :)
Thanks for your help.
Even,if you don't know how to do it can you tell me a site about that?Thnx again!
- liljim
-
liljim
- Member since: Dec. 16, 1999
- Offline.
-
- Send Private Message
- Browse All Posts (11,644)
- Block
-
- Forum Stats
- Staff
- Level 28
- Blank Slate
At 8/22/01 10:04 AM, Wormtail wrote: Ok,I made a sign-up page.I did add Nickname,First Name,Password,Message stuff.I made this with Microsft Frontpage Express.
Ouch.
I want to know how to store this nickname etc.Basically,I want the script :)
I don't think you'll find anyone who'll write the script for you, unless you pay them.
Even,if you don't know how to do it can you tell me a site about that?Thnx again!
Assuming you have php / mysql installed on your host server, go to the php site and read the manual. http://www.php.net
You will need to use strlen(), preg_match() empty(), isset(), or use a boolean check for each of the fields you want to verify. Ideally, you'll want both client side and server side stuff to check entries, so JavaScript is a bonus. I recommend the following book for JavaScript (which I bought on recommendations of others (including Ross, and Kon / MassiveBit) - "JavaScript - The definitive guide, by David Flanagan." You can look through previous posts in this forum for good php books.
If you're not able to use php, then you'll need to look at programming in perl or java, or something similar.
- Wormtail
-
Wormtail
- Member since: Apr. 1, 2001
- Offline.
-
- Forum Stats
- Member
- Level 13
- Blank Slate

