Home
Submit
Free Hosting
Link To Us
Contacts
PHP Download a file
PHP
Download
(.zip)
<?
$url = "http://127.0.0.1/file.jpg";
$cc = file_get_contents($url);
$open = fopen("test.jpg", 'a');
fwrite($open,$cc);
fclose($open);
?>
PHP
Another server information
Another Very Basic Counter
Listing only one type files
PHP
Get Website Hostname
Another way to get extension
Headers file download
PHP
Simple way to get extension
File read using while
GD Font Image Text
PHP
Numbers Formatting
Template Monster Design View Generator
Beta mIRC Code Highlight
PHP
Remove line from file
Random password using md5() and rand()
Making RGB Colors to HEX