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
- MySQL & Best PHP Web Hosting + save 50%
Bookmark :
Links :
domain namesdvd information
wwwstores
Downloads :
Misc :
Webmaster ResourcesOnly PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming
a multi dimensional array example
this is an example of a multi dimensional array
<html>
<body>
<?php
$sites = array (
array ( name=>"google", site=>"www.google.com", rating=>"9" ),
array ( name=>"yahoo", site=>"www.yahoo.com", rating=>"8" ),
array ( name=>"programmershelp", site=>"www.programmershelp.net", rating=>"9" )
);
foreach ( $sites as $val )
{
foreach ( $val as $key=>$final_val )
{
print "$key: $final_val<br>";
}
print "<br>";
}
?>
</body>
</html>
Books :
Sponsors :
Random Code :
read the contents of an ini file(beginner)Wired news(xml)
extract a zip file to a folder(file system)
Random Article :
PHP my favorite Server side Programming TechnologyPHP is 10 years old
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