HELP! Need a signup and a login/redirect script for a new site...
From: iPrimus Usenet (fun.n.games_at_netexecutive.com)
Date: 02/26/05
- Next message: Janwillem Borleffs: "Re: Stupid $_SESSION question"
- Previous message: J.O. Aho: "Re: calling included remote functions"
- Next in thread: juglesh: "Re: HELP! Need a signup and a login/redirect script for a new site..."
- Reply: juglesh: "Re: HELP! Need a signup and a login/redirect script for a new site..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 26 Feb 2005 19:13:55 +1030
Hi
I am about to launch a new site and the guy that does my PHP programming has
gone AWOL (I'm primarily into graphics and have only recently started with
HTML). I was wondering if anyone knew how to achieve the following or knew
where I could quickly learn to do it myself...
Basically, I'm looking for two scripts -
SCRIPT 1: SIGNUP
Looking for a script that can perform the following
- Capture information from a form (GivenName, FamilyName, Email, Township,
State, County)
- Save the results along with a time/date stamp and IP to a space dilemited
text file
- And send a confirmation e-mail to both myself and the new user
SCRIPT 2: LOGIN
Looking for a script that can perform the following
- Allow an end-user to enter an e-mail address into a field
- Capture the data and check for a matching string in the aformentioned
text file
- Redirect the end-user to "Page A" if there is a matching record or to
"Page B" if there is not.
My server is using PHP Version 4.3.2 with the following configure command...
'./configure' '--with-mysql=/usr' '--with-apache=../apache_1.3.28'
'--enable-memory-limit' '--prefix=/var/www/php4' '--enable-trans-sid'
'--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-zlib' '--with-gd'
'--with-curl'
The Server API is Apache
The Virtual Directory Support is Disabled.
I know this isn't the usual type of request for this forum, but any type of
help would be GREATLY appreciated.
Thanks
Dan
- Next message: Janwillem Borleffs: "Re: Stupid $_SESSION question"
- Previous message: J.O. Aho: "Re: calling included remote functions"
- Next in thread: juglesh: "Re: HELP! Need a signup and a login/redirect script for a new site..."
- Reply: juglesh: "Re: HELP! Need a signup and a login/redirect script for a new site..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|