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

2002-01-15 Thread Peter Lovatt
Hi Could it be that your message block starts with ' (single quote) so the variables are not evaluated. Variables are only evaluated when using " (double quotes) which does not mix well with HTML. try using $message='text and HTML'.$variable.' more text and HTML'; Peter > -Original Messag

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