Navigation :
HomeSource code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links
Site Sponsors :
Bookmark :
Links :
wwwstoresfinance products
golfing 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 :
Display the current time(date and time)Basic currency conversion(application)
create a png(image)
Random Article :
PHP DatabasesNetwork:
Programming resourcesTutorials directory
Clickbank mall
sell software
Free auctions, low cost stores
UK products
US products
Gambling directory
Sexy free wallpapers
Hosting resources
ASP site
DVD site
Domain names
Dating site
Software directory
Maxi directory
bigarticle : free articles
Del.icio.us
Digg
Furl
Newsvine
Netscape
Reddit
StumbleUpon
Technorati
Squidoo
Windows Live
Yahoo MyWeb
Ask
Google