![]() |
php question
what is the best method to test if a file on a remote server (url) exist?
currently i use something like : Code:
if($x=file($url)) echo("file exist"); there is any faster method to test if a file on a remote server exist or not? |
PHP Code:
|
Quote:
|
Don't forget the speed of the remote server is factored in here, not just your checking code.
|
All times are GMT -7. The time now is 07:40 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123