Navigation :
HomeSource code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links
Site Sponsors :
- Load Cells
- mothers day replica rolex watches today
- Free partition data recovery utilities
- cheap reseller hosting
- MySQL & Best PHP Web Hosting + save 50%
Bookmark :
Links :
dvd informationprogrammershelp
wwwstores
Downloads :
Misc :
Webmaster ResourcesOnly PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming
World population
Display the world population
<?php
//this script will display the worlds population
//this is the url with the info
$url = "http://www.census.gov/cgi-bin/ipc/popclockw/index.html";
//open this file to read
$fp = fopen($url, "r");
$search = fread($fp, 50000);
fclose($fp);
//search for the tags which surround the figure
$search = ereg("<p><h1>(.*)</h1>", $search, $content);
echo "<H1>$content[1]</H1>";
?>
Books :
Sponsors :
Random Code :
An example of the array_push function(beginner)Display the date a page last modified(date and time)
Mozilla or Internet explorer(internet)
Random Article :
Track Your Visitors Using PHPHow to make a simple form mailer with PHP
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