[PHP] Re:[PHP] fopen error

2002-10-17 Thread Alfonso Ballesteros
andle valid, i.e., not 0? If true, then you must READ from the opened file handle. Please, be more specific in your error discussion. Original Message - From: "Alfonso Ballesteros" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 17, 2002 6

Re: [PHP] fopen error

2002-10-17 Thread Marek Kilimajer
if allow_url_fopen is not on, you can still use fsockopen(), and no it doesn't affect security, if you don't open files based on unchecked user input. Alfonso Ballesteros wrote: >Hello > >I'm a newcomer to PHP and I wish to know how to get the contents of a file >located in an URL if the param

[PHP] fopen error

2002-10-16 Thread Alfonso Ballesteros
Hello I'm a newcomer to PHP and I wish to know how to get the contents of a file located in an URL if the parameter allow_url_fopen is "no value" in the php.ini file. Does this parameter, if is "on", affect the security of the server? Thanks in advance Alfonso -- PHP General Mailing List (