Citácia:
a este ako automaticky potvrdim okno, ktore na mna vyskoci?
Ake okno? Ved mal si to robit nejak takto:
Kód:
$file = "http://user:password@www.nieco.xy/file.html";
A potom pouzit file_get_contents alebo fopen napr. :
Kód:
$subor = fopen($file, "r");
hm?