Jump to content

Recommended Posts

Hi all, I have been using a free mailer script for a while now from http://www.dtheatre.com/scripts/formmail.php which has been great but have just tried to use it on a new server which only supports PHP v4 and 5. Does anyone know of any good mailer scripts for these version???

Thanks
Steve
Link to comment
https://forums.phpfreaks.com/topic/28559-php4-or-5-extensive-mail-script/
Share on other sites

Its a setting issue in that case if thorpe cannot find any calls to any superglobal arrays. Your PHP3 server has a setting called register_globals enabled. This allows you to use $var instead of $_POST['var'] or $HTTP_POST_VARS['var']. register_global can create a security exploits in your code if you are not careful and, thus the decision from the PHP Devs to disable this setting by default as of PHP4.2 (or PHP4.3 cant remeber which version), also this setting will be going completely too as of PHP6.

However for a decent mail script. I have heard a few members recommending a mail script called phpMailer
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.