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


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



Relevant Pages

  • Re: HELP! Need a signup and a login/redirect script for a new site...
    ... Or, you could email me, and we could talk about replacing your errant php ... > SCRIPT 1: SIGNUP ... > The Server API is Apache ... > I know this isn't the usual type of request for this forum, ...
    (alt.php)
  • Problems with matrix
    ... I'm new in PHP programming and I have a problem with this script. ... If only I print the variable $buffer all it's ok, but when I try to fill ... Perhaps it's a problem of memory of server, but my service provider say ...
    (php.general)