Home
Submit
Free Hosting
Link To Us
Contacts
PHP Get current filename as variable
PHP
Download
(.zip)
<?
$currentFile = $_SERVER[SCRIPT_NAME];
$parts = Explode('', $currentFile);
$currentFile = $parts[count($parts) - 1];
?>
PHP
Another Very Basic Counter
Get Website Hostname
Another way to get extension
PHP
Simple way to get extension
Random password using md5() and rand()
Array Extension Get
PHP
Basic Directory Listing
Rename filenames to numbers
Random password using md5() and time()
PHP
.htpasswd Password Generation
Getting query
Getting User Information
PHP
Get extension with explode
Deleting last string devided by dot
Array Get Image Properties