I'm trying to achieve writing this in php:
if ($image starts with "photos/") {
echo "the image path starts with photos/";
}
if (substr($image, 0, 7) == 'photos/')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With