Navigation :
HomeSource code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links
Site Sponsors :
- Load Cells
- Best MySQL & PHP Webhosting + save 50%
- κατασκευή ιστοσελίδων
Bookmark :
Links :
wwwstoresdropshippers
low cost magazines
Downloads :
Misc :
Webmaster ResourcesOnly PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming
download a web page to a file
download a web page to a file using cURL
<?php
$site = curl_init ("http://www.google.com/");
$fp = fopen ("google.txt", "w");
curl_setopt ($site, CURLOPT_FILE, $fp);
curl_setopt ($site, CURLOPT_HEADER, 0);
curl_exec ($site);
curl_close ($site);
fclose ($fp);
?>
Books :
Sponsors :
Random Code :
File exists with PHP and Java(php and java)strip html tags from some text(string)
generate a random password example(randomizing)
Random Article :
how to implement a simple cms using PHP and MySQLPHP User Login Authentication
Network:
Programming resourcesTutorials directory
Hosting resources
ASP site
Domain names
Progged
Maxi directory
bigarticle : free articles
A Code
Code N Tutorials
Del.icio.us
Digg
Furl
Newsvine
Netscape
Reddit
StumbleUpon
Technorati
Squidoo
Windows Live
Yahoo MyWeb
Ask
Google