Contact: aviboots(AT)netvision.net.il
41,157 questions
53,647 answers
573 users
$remote_file = 'https://www.collectivesolver.com//files/source_code.zip'; $handle = @fopen($remote_file, 'r'); if (!$handle){ echo 'File not found'; } else { echo 'File exist'; } /* run: File not found */