180733/check-if-file-exists-in-php
I have this code:
if (!(file_exists(http://mysite.com/images/thumbnail_1286954822.jpg))) { $filefound = '0'; }
But it's not working. How can I make this work?
Hello, You have to use CURL function does_url_exists($url) { ...READ MORE
Hello @kartik, You can instruct curl to use ...READ MORE
I am using fuelphp a PHP framework and I ...READ MORE
Hello @kartik, Using property_exists( mixed $class , string $property ...READ MORE
Hello, Try this without regular expressions: <?php ...READ MORE
Hello @kartik, Using if( $ext !== 'gif') might not ...READ MORE
Tru something like this: plugins { id ...READ MORE
Of Course, it is possible to create ...READ MORE
Try this, I took it out from ...READ MORE
Try using AWS SDK for PHP, Link ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.