Generating Random Password using PHP code?
<?php echo password_generate(6,6); function password_generate($min=6,$max=6){ /*has a default minimum value of 6 and maximum value of 6*/ $password=””; // this variable is...
Read More
Date Format in the PHP Code?
Generally , in the database date and time which is data type current timestamp then it inserted into US date format, now...
Read More
The Making Of Vodafone ads
No, they aren’t animated characters. They are human beings who were made to wear body suits. “The design of the characters is...
Read More
How to install Joomla in the localhost?
How to install joomla at the localhost: 1) Download the latest version of from the URL http://www.joomla.org 2) Unzip the zip file...
Read More
What is SEO? and techniques to maintain SEO?
SEO standards for Search Engine Optimization. To find the all relevant data or contents or information through the search engines. The 60%...
Read More
To disable the right click on the webpage?
Hi friends, After working hard to complete your design and images ,some persons just save that images and web pages. This is...
Read More
How to get the php data grid?
Hi friends now i working on php data grid concept. just give the url where to my reference is : Info and...
Read More
To count the characters in a textarea
Hi frineds , This is a simple script but we are using sometimes. To count the characters in a textarea using javascript...
Read More
What is robot.txt? Syntax of robot.txt?
What is robot.txt? This is a file for in the website some of the folder we dont want to crawl by the...
Read More
How to create custom error log files in php?
Hi friends, most of the hosting servers are not giving the permisstion to see the error log files. So, i would like...
Read More




