Home
Submit
Free Hosting
Link To Us
Contacts
PHP Even or Odd numbers
PHP
Download
(.zip)
<?
function check($number) {
if ($intNumber % 2 == 0 ) { echo "chetno"; }
else { echo "nechetno"; }
}
check("1");
check("2");
?>
PHP
Another server information
Website Open Port Check
Numbers Formatting
PHP
Template Monster Design View Generator
Random password using md5() and rand()
Making RGB Colors to HEX
PHP
Basic Directory Listing
Effective Directory Listing
Free For All Links
PHP
Count Words in a string
Rename filenames to numbers
Array Looper with For and Explore
PHP
Random password using md5() and time()
Array Push useful for reverse directory listing
Making gradient background color with tables