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 namesprogrammershelp
finance products
Downloads :
Misc :
Webmaster ResourcesOnly PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming
List all files in a directory and place them in a select menu
List all files in a directory and place them in a select menu
<?
//list all files in current directory andplace
//ina select box
function listfiles()
{
echo '<select name="filelist">';
$dir = opendir("./");
while($dirlist = readdir($dir))
{
if ($dirlist[0] != "." && $dirlist[0] != ".." )
{
echo "<option value=\"$dirlist\">$dirlist</option>";
}
}
echo '</select>';
closedir($dir);
}
echo '<form method="post" action="">';
listfiles();
echo '</form>';
?>
Books :
Sponsors :
Random Code :
bbc album reviews(xml)time to load page example(internet)
Random number examples(randomizing)
Random Article :
Site Personalization With PHPDeveloping State enabled Applications 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