Jump to content

*Solved* turn on register_global and edit diable_functions or enable functions


timgetback

Recommended Posts

Hey..... guys i know ive been a pain in da ass. but i got one more major quesion. I used the code: [code] <?php phpinfo() ?>  [/code]
to figure out why my phpmailer wasnt working and why it kept changing mail() to array().. What i found is in the diable_fuctions section.. the mail function was listed. Also register globals are off. My questions is how do i turn register_globals on and how to i enable the mail() function.. im using a free hosting site called trap17.net its really good but back to the point i need to enable the mail() function cause its crucial to my site project.
Link to comment
Share on other sites

You do NOT want to turn on register_globals. With register_globals enabled, you code is much more vulnerable to security problems.

If you're on a free hosting service, then they have disallowed the mail function for reasons which are probably in error. Speak to their tech support people.

Ken
Link to comment
Share on other sites

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.