Answers for "how to check image if in folder by using php"

PHP
2

check image is available on server php

if (file_exists('http://www.mydomain.com/images/'.$filename)) {
 … }
Posted by: Guest on June-27-2020

Code answers related to "how to check image if in folder by using php"

Browse Popular Code Answers by Language