PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
hello,
could somebody tell me what safe mode does in php?
i have an upload picture script that will NOT work when safe mode is turned on.
how do I go to correct this? The only way is to turn safe mode off so i can upload picture properly?
or is there any article about uploading picture good either with safe mode on or off?
I know how to turn safe mode off, I'd like to find out if there is anything we can do to my script so pictures can be uploaded either with the safemode on or off.