<? $to = "[EMAIL PROTECTED]; [EMAIL PROTECTED]"; $subject = "Subject here"; $message = "Message here"; $from = "[EMAIL PROTECTED]"; mail($to, $subject, $message, $from); ?> That should do it. Pat
- Re: [PHP] Attitude of B van Ouwerkerk Justin Farnsworth
- Re: [PHP] Attitude of B van Ouwerkerk Christopher Allen
- RE: [PHP] Attitude of B van Ouwerkerk scott [gts]
- Re: [PHP] Attitude of B van Ouwerkerk Phil Driscoll
- Re: [PHP] Attitude of B van Ouwerkerk mike cullerton
- RE: [PHP] FAQ...was - Attitude of ... Jeff Lewis
- RE: [PHP] FAQ - was "Attitude... scott [gts]
- RE: [PHP] FAQ - was "Atti... JR
- RE: [PHP] FAQ Philip Olson
- [PHP] Re: Attitude of B van Ouwerkerk Inércia Sensorial
- DrWebPat