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.
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.