Simple steps to install php5 in ubuntu
1. Open a terminal box in Ubuntu. 2. Edit /etc/apt/sources.list Comment out the following two lines. (Add a “#” to the front)...
Read More
We get the address by latitude and longitude -using php code
In this post i would like explain about how did we get the complete address with using of longitude and latitude using...
Read More
Select the age from birthday in mysql ?
Hi, following is user table: CREATE TABLE IF NOT EXISTS `user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `fname` varchar(255) NOT NULL, `mname`...
Read More
Auto post into Blogspot using php code?
Hi, the following code will help to auto post into blogspot using php code. We can post into blogspot blog from your...
Read More
How to install drupal in localhost?
Drupal Installation procedure: 1) Download the zip file from http://www.drupal.org that is drupal 5.20 version. 2) Unzip that file and place that...
Read More
How to enable curl in ubuntu system?
Hi, The following command to work on enable curl in ubuntu system, go to terminal : Once run the commands if you...
Read More
Mysql Views
Hi, Following syntax is to create view in mysql. One table user : id,fname,mname,lname,created_at then create a table in the mysql After...
Read More
Grabbing thumbnail image from youtube using php code
The following code is to grabbing the thumbnail image from youtube. <? /** * Function: youtube thumb grabber * * @description :...
Read More
Unzip file using php code
Use the following code to unzip the zip file using php code: <?php function unzip($location,$newLocation){ if(exec(“unzip $location”,$arr)){ mkdir($newLocation); chmod($newLocation,0777); for($i = 1;$i<...
Read More
Inactive in site then auto logout using php
Hi friends, I have the requirement that when a user login in the site and he/she inactive in the site more than...
Read More




