check image is available on server php

Solutions on MaxInterview for check image is available on server php by the best coders in the world

showing results for - "check image is available on server php"
Laura
07 Jul 2020
1if (file_exists('http://www.mydomain.com/images/'.$filename)) {
2 … }