Contact: aviboots(AT)netvision.net.il
41,157 questions
53,647 answers
573 users
$file = fopen ("http://www.example.com/", "r"); if (!$file) { echo "Unable to open remote file"; exit; } else echo "open remote file ok"; /* run: open remote file ok */