<?php function random_code() { $string = “ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz0123456789″; $randval = ” ; for($i = 0;$i <= 10;$i++) { $num = rand() % 62; $tmp = substr($string, … Generate random unique value in phpRead more
Posted inUncategorized
wordpress mu installation in localhost
I have installed the wordpress mu in localhost. I am using Appserv. Copy the wordpress-mu folder in your root directory with some name as “wpmu”. … wordpress mu installation in localhostRead more
Posted inUncategorized
Phpbb3 admin login problem
Admin Login Page For Phpbb3: To Login into admin section you have to re-authenticate for admin account First you have to login from frontend with … Phpbb3 admin login problemRead more
Posted inUncategorized
check value exist or not in php array
$os = array(“Novmber, 2009”, “NT”, “Irix”, “Linux”); if (in_array(“Novmber, 2009”, $os)) {echo “You found that value”;}
Posted inUncategorized
Htaccess tutorial for beginners
Note: Before using this you have to take backup for that code, I am not responsible for any problem occurred to your site.I am explaining … Htaccess tutorial for beginnersRead more