Hello, I have a php function that grabs video thumbnails. I need the code edited to where if there is no thumbnail in that directory it grabs it from a secondary base URL.
So basically IF BASE_URL/media/videos/file.jpg == NULL, then grab from BASE_URL2/media/videos/file.jpg
Can anyone help...