All Entries in the "php" Category
Image Protection Code using PHP | HTML | Javascript
Share Hai All , I implemented image protection in one of my latest work. Its pretty simple and effective so i am sharing with you. Check out the demo and try the following :- 1. Try dragging the image to the Navigation Bar. 2. Right Click and Try viewing the image. 3. Take the source [...]
How to get Feedburner Count | FeedBurner API
Share I hope you all have used feedburner in your blog . But have your used Feedburner API to retrieve feedburner count. Intro to FeedBurner API The FeedBurner Awareness API (AwAPI) allows publishers of FeedBurner feeds to reuse the detailed traffic statistics we capture for any of their feeds. Third-party applications and web services that [...]
Send HTML Newsletter using PHP.
Share Many of you would have seen a newsletter in your inbox . Have you wondered how they are send , i needed the same to implement in one of my project and found that it could be done using simple mail() function in php. I wrote a php function that would ease your work [...]
Facebook Like URL data Extract using Jquery
Share This is an interesting tutorial that would help you to implement facebook like URL extraction in your project. I have wondered how facebook does it so perfectly. After searching on web i found a good piece of code that dose the same. Hence i am sharing you the code . I have made some [...]
Implement Google like CAPTCHA in PHP
Share Implementing captcha in PHP is simple with reCaptcha. Recently i came accross the captcha used by google. It’s pretty neat and readable. I searched for a service that would provide the same as reCaptcha does, but couldn’t find one. During my search i came accross a class file written by Jose Rodriguez which was [...]
Convert Text to Image using PHP
Share This tutorial would help you to convert a string to image using php. I have named the function as text2image as it makes some sense. The main functions used in the following function is 1. imagecreate 2. imagecolorallocate 3. imagecolorallocate 4. imagestring 5. imagepng The following code creates output function text2image($string) { // create [...]
Implement captcha in PHP
Share As you know spamming can be a huge problem. You can prevent spamming in different ways. Either log the spammer ip and block it from further updates or you may use a captcha in your form. In this tutorial i would explain how to implement recaptcha using php. “reCAPTCHA is a free CAPTCHA service [...]
IP lookup using PHP | Plot location on Google Map using IP Address
Share Many of you would have seen IP lookup pages and that would give you details of your IP Address , your location etc. I planned to implement the same using PHP and was able to implement successfully . I am sharing it with you , hope this would help you in your projects . [...]
Reading remote files using PHP | Manage remote files | Read data from URL using PHP
Share Recently I had to do a project in which the task to read files from a remote server. On browsing on net I found different resources , I am putting it together for your reference. Getting the title of a Remote Page Use the following code to scrap page title . $file = fopen [...]
Update Timeline using Jquery as in Twitter | Live Twitter Search using PHP
Share Hello friends back to blogging after sometime . Recently i got a mail from one of my friend asking about how can we update a timeline using an animation effect as in twitter timeline . Here i am giving you a code in jquery that would help you to implement the same . I [...]






