PHP mailer
PHP mailer
Out of context: Reply #9
- Started
- Last post
- 11 Responses
- rabattski0
you can bypass php safe mode most of the time by running php scripts in cgi-mode.
create a .htaccess file which resides in the same folder where your php script is.
the .htaccess contains this:
addtype application/cgi-php phpthat should bypass the php safe mode.