View Single Post

  #3 (permalink)  
Old 11-01-2006
Chris
 
Posts: n/a
Default Re: [PHP] php.ini & ini_set

Beauford wrote:
> Can you be more specific. I only see 4 parameters and none of them apply.


Oops sent you to the wrong page.

http://www.php.net/manual/en/function.mail.php

There are 5 parameters:

bool mail ( string to, string subject, string message [, string
additional_headers [, string additional_parameters]] )


Look for this:
additional_parameters (optional)


and look at example 3.

--
Postgresql & php tutorials
http://www.designmagick.com/
Reply With Quote