Answers for "image file already exist in the folder or not checking in 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 "image file already exist in the folder or not checking in php"

Browse Popular Code Answers by Language