RE: [PHP] Can anyone help? PHP script/MySQL problem

2002-12-10 Thread Rich Gray
Hi Steven
so what exactly is the problem then?
Rich

-Original Message-
From: Steven M [mailto:[EMAIL PROTECTED]]
Sent: 10 December 2002 14:25
To: [EMAIL PROTECTED]
Subject: [PHP] Can anyone help? PHP script/MySQL problem


Hi, i am trying to create a member login/authentication script to
automatically send newly signed up people an email with a confirmation link.
I am following a tutorial:

http://www.phpfreaks.com/tutorials/40/0.php

My form is located at:

http://www.tricia-marwick.co.uk/members/join_form.php

[snip]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Can anyone help? PHP script/MySQL problem

2002-12-10 Thread Steven M
Hi Rich

The prob is that the data isn't stored into the database as it should be and
the user doesn't get an email back with their data.  It seems to get lost
before reaching the database, meaning the rest of it wont work, and i don't
know why.

Thanks

Steven M



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Can anyone help? PHP script/MySQL problem

2002-12-10 Thread Rich Gray
Any error messages? You say it is not stored 'as it should be' does that
mean it *is* stored but incorrectly, or is the data just not there?
FWIW I just used your test form and it said I had registered ok I then
retried with the same info and I got 2 error messages as I would have
expected which implies the data is hitting the database ok...
Rich

-Original Message-
From: Steven M [mailto:[EMAIL PROTECTED]]
Sent: 10 December 2002 14:47
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Can anyone help? PHP script/MySQL problem


Hi Rich

The prob is that the data isn't stored into the database as it should be and
the user doesn't get an email back with their data.  It seems to get lost
before reaching the database, meaning the rest of it wont work, and i don't
know why.

Thanks

Steven M



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Can anyone help? PHP script/MySQL problem

2002-12-10 Thread Steven M
Rich,

I'm not getting any error messages.  I have just checked my database and the
only data other than that i manually entered is an auto-increment number and
a random password, which i assume were produced when you filed in the form.
There is no first name, last name, email etc which there should have been if
you filled in the form.

If it was working fine you would recieve an email automatically at the
address you specified.

If you have any ideas what's wrong i'd love to hear them.

Steven M
Rich Gray [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Any error messages? You say it is not stored 'as it should be' does that
 mean it *is* stored but incorrectly, or is the data just not there?
 FWIW I just used your test form and it said I had registered ok I then
 retried with the same info and I got 2 error messages as I would have
 expected which implies the data is hitting the database ok...
 Rich

 -Original Message-
 From: Steven M [mailto:[EMAIL PROTECTED]]
 Sent: 10 December 2002 14:47
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP] Can anyone help? PHP script/MySQL problem


 Hi Rich

 The prob is that the data isn't stored into the database as it should be
and
 the user doesn't get an email back with their data.  It seems to get lost
 before reaching the database, meaning the rest of it wont work, and i
don't
 know why.

 Thanks

 Steven M



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Can anyone help? PHP script/MySQL problem

2002-12-10 Thread Peter Houchin
Steven,

given what you've just said have you double checked that the spelling is the
same for the field names in your code and also in the db.. also have you
tried to just pass the info on to another page and displaying it?

 -Original Message-
 From: Steven M [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, 11 December 2002 10:26 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP] Can anyone help? PHP script/MySQL problem


 Rich,

 I'm not getting any error messages.  I have just checked my
 database and the
 only data other than that i manually entered is an auto-increment
 number and
 a random password, which i assume were produced when you filed in
 the form.
 There is no first name, last name, email etc which there should
 have been if
 you filled in the form.

 If it was working fine you would recieve an email automatically at the
 address you specified.

 If you have any ideas what's wrong i'd love to hear them.

 Steven M
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php