I am facing to use some php function in my site.
Such as : CURL Function .
It is showing safe mode error ( like something this ) in erro_log .
How can i open specific php function for my site.Is it matter of .htaccess Or i need to contact with hosting company for this ?
Here is my sample error log :
[03-Dec-2012 01:27:18] PHP Warning: set_time_limit() [<a href='function.set-time-limit'>function.set-time-limit</a>]: Cannot set time limit in safe mode in ....
php.inifile to disable the safe mode restrictions. – Dan Grossman Dec 3 '12 at 6:21