RE: [PHP-DB] Special URL Verification String... PS

2002-12-05 Thread NIPP, SCOTT V (SBCSI)
- From: Peter Lovatt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 4:45 PM To: NIPP, SCOTT V (SBCSI); [EMAIL PROTECTED] Subject: RE: [PHP-DB] Special URL Verification String... PS Hi PS I would use $verify_string = md5(uniqid(rand())); to generate a random identifier of the

RE: [PHP-DB] Special URL Verification String... PS

2002-12-04 Thread Peter Lovatt
www.sunmaia.net tel. 0121-242-1473 International +44-121-242-1473 --- -Original Message- From: NIPP, SCOTT V (SBCSI) [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 22:07 To: '[EMAIL PROTECTED]' Subject: [PHP-DB] Special URL Verificat

RE: [PHP-DB] Special URL Verification String...

2002-12-04 Thread Peter Lovatt
December 2002 22:07 To: '[EMAIL PROTECTED]' Subject: [PHP-DB] Special URL Verification String... I am trying to implement an approval system that sends an e-mail to a user for approval linking them back to a special URL that matches database entries for a verification string. The ve

[PHP-DB] Special URL Verification String...

2002-12-04 Thread NIPP, SCOTT V (SBCSI)
I am trying to implement an approval system that sends an e-mail to a user for approval linking them back to a special URL that matches database entries for a verification string. The verification string sent via the e-mail does not match that in the database and I am looking for help in f