skip to main
|
skip to sidebar
PHP top Functins and Tips for Better Making Site
readir () is PHP function is used to read the contents of a directory.
/ / This script is used to display the contents of c: /
if ($ handle = opendir ( "c :/")) (
while (false! == ($ file = readdir ($ handle))) (
echo $ file. "
";
)
closedir ($ handle);
)
?>
Newer Post
Home
Followers
Blog Archive
▼
2009
(10)
▼
December
(10)
explode Function - Setting a Limit
The explode Function
User Defined Functions
PHP Mail Introduction
Difference between sort & asort in php ?
Get number of days between two dates using MySQL?
Then here is the select element which will redirec...
Guest counter using PHP
This PHP function copy () is used to copy the file...
readir () is PHP function is used to read the cont...
About Me
ShahKot Computers
i am a very co-oprative
View my complete profile