Re: [PHP-DB] nobody header

2001-04-30 Thread Lester June Cabrera
Hi, Are you using header to redirect a URL? If yes, you just add it as query string in the URL like; header ("http://www.url.com?[EMAIL PROTECTED]";); I don't know if you have to urlencode the email address. Lester At 04:26 PM 4/30/01 +0800, Jennifer Arcino Demeterio wrote: >hello,

[PHP-DB] nobody header

2001-04-30 Thread Jennifer Arcino Demeterio
hello, i hope you could help me with this, the script below gives me a from header = "Nobody"; and the $from which is supposed to be the header has been included in the body of the email. How can i make the $from to be placed in the header? $from = "[EMAIL PROTECTED]";