Re: [PHP] check if an url is valid

2001-04-27 Thread Black Dragon
ay, April 27, 2001 6:41 AM > To: [EMAIL PROTECTED] > Subject: [PHP] check if an url is valid > > > Hi! > > can you tell me how can I check if a remote files exists? > > I've tried with fopen, but I've a warning on STDOUT if file doesn't exists. > I would

RE: [PHP] check if an url is valid

2001-04-26 Thread Maxim Maletsky
loper PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Black Dragon [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 6:41 AM To: [EMAIL PROTECTED] Subject: [PHP] check if an url is valid Hi! can you tell me how can I check if a remote

[PHP] check if an url is valid

2001-04-26 Thread Black Dragon
Hi! can you tell me how can I check if a remote files exists? I've tried with fopen, but I've a warning on STDOUT if file doesn't exists. I wouldn't redirect the STDERR to solve this problem. I could use fsockopen, but I feel that this is a bad solution. Can you tell me something that is easy?