Web Hosting Talk







View Full Version : Is fsockopen() disabled on most hosts?


jonblaze
11-12-2003, 12:32 PM
I was wondering if anyone knows whether the fsockopen() function in PHP is disabled on most hosts.

null
11-12-2003, 01:36 PM
It is enabled by default unless administrator disables it in php.ini

jonblaze
11-12-2003, 03:05 PM
oh ok. Thanks