How to get links from feed using php
Hello, following script is getting all urls and tiles from the feeds of the blog. If we want display the all urls...
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
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
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
How to get the real IP address using php?
This post explains about how to get real IP address using PHP code. The code will get the real IP address ...
Read More
How to send external html content mail using php?
Hi, The following code will work, this functionality is use the external html content as email body. And send mails with neatly...
Read More
Current page URL using PHP code?
This post explains how to get the current page url using simple php code. Check the below function will generate the current...
Read More




