Re: [PHP] allow_url_fopen detection....

2004-01-06 Thread Jason Wong
On Wednesday 07 January 2004 09:32, Ryan A wrote: > Quick question, how can I check if allow_url_fopen is enabled on a server > from my program? (forgot the syntax) ini_get() -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting

[PHP] allow_url_fopen detection....

2004-01-06 Thread Ryan A
Hi, Quick question, how can I check if allow_url_fopen is enabled on a server from my program? (forgot the syntax) the idea is: Check if allow_url_fopen is open in clients server...if yes, include a remote file, if no...do nothing. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/)