RE: [PHP-DB] passing variable through an html email

2002-01-15 Thread Peter Lovatt
#x27;; Peter > -Original Message- > From: Kevin Ruiz [mailto:[EMAIL PROTECTED]] > Sent: 15 January 2002 19:33 > To: [EMAIL PROTECTED] > Subject: [PHP-DB] passing variable through an html email > > > I'm writing a page that allows me to add users to a table. Once th

Re: [PHP-DB] passing variable through an html email

2002-01-15 Thread Jason Wong
On Wednesday 16 January 2002 03:32, Kevin Ruiz wrote: This isn't a db related question! > I'm writing a page that allows me to add users to a table. Once the users > are in the table they will be able to gain access to our downloads section, > they will be validated against their user/pass in a

[PHP-DB] passing variable through an html email

2002-01-15 Thread Kevin Ruiz
I'm writing a page that allows me to add users to a table. Once the users are in the table they will be able to gain access to our downloads section, they will be validated against their user/pass in a mysql database. Here's my question. I understand how to send mail using mail(). I also under