Home
Submit
Free Hosting
Link To Us
Contacts
PHP Count Files in Directory
PHP
Download
(.zip)
<?
function smetka ($dir) {
$handle = opendir($dir);
while($file = readdir($handle)) if ($file != ".." && $file != ".") $smetka = $smetka+1;
return $smetka;
}
echo smetka("db");
?>
PHP
Another server information
Another Very Basic Counter
Listing only one type files
PHP
File read using while
Numbers Formatting
Remove line from file
PHP
Random password using md5() and rand()
Making RGB Colors to HEX
Text to Image using while
PHP
Basic Directory Listing
Effective Directory Listing
Listing all folder and subfolders
PHP
Free For All Links
Count Words in a string
Write Text in file