Category Archives: PHP


March 19, 2024 4:02 am

Privacy Policy


Privacy Policy

[ Read More ]


March 14, 2024 4:03 am

10 Best PHP learning / Programming Books 2014


10 Best PHP learning / Programming Books 2014
Best 2014 PHP Books If you are looking for latest PHP books then today I am going to give you a list of very useful books coming in 2014 you must have to learn these books. If you really want to learn Web Programming then you need to get basic programming skills and red books as many as you can. As a Programmer I am also reading many books to increase my knowledge and write applications and give training to my team.

[ Read More ]


March 13, 2024 4:01 am

How to create RSS feed Reader app in PHP


How to create RSS feed Reader app in PHP
RSS ( Rich Site Summary ) is a technology used by millions of web users to keep track of their favorite websites, in other words make you easily informed about your favorite fields. In this tutorial I will show you how you can create your own application to keep track on your favorite websites. Its a very simple and basic tutorial for PHP Developers, I have created 3 tabs of my favorite websites lets have a look how to code.

[ Read More ]


March 11, 2024 5:02 am

How to create Image less CAPTCHA using PHP


How to create Image less CAPTCHA using PHP
We all using old and traditional image captcha to to confirm that the user sending data is a human or a machine but to create that image captcha we have to create images for each page which takes few seconds to load the page. People don't understand your captcha image reload the image, so now I am going to show you an alternate of image captcha is image less captcha with PHP where it generates the number as a phrase and ask user to type it in numbers.

[ Read More ]


March 10, 2024 5:02 am

How to use Skype API to Detect Users Status


How to use Skype API to Detect Users Status
Skype is one of the biggest free VoIP (voice over internet protocol) service and an instant messaging client, currently developed and managed by Microsoft. Today I am going to show you that how you can check any Skype user's status that he/she is online or off line. Its a very simple code I found on a website and want to share this with my readers.

[ Read More ]


March 9, 2024 5:03 am

How to use Smarty template engine in PHP


How to use Smarty template engine in PHP
If you are developing a web application then you have to separate templates from your logic code and make your application simple. Using smarty you can design your web pages without the care of your application code. Smarty template engine work as a language you can add conditions, PHP Code, loops and many more.

[ Read More ]


March 8, 2024 5:04 am

How to Publish Status on LinkedIn in PHP


How to Publish Status on LinkedIn in PHP
We have received many requests from my readers to write tutorial on LinkedIn status update in PHP so this tutorial going to solve your problems and its very easy to publish status on your LinkedIn wall. No need to go to LinkedIn and update your status from your website create a file on your web site which do this all stuff without going to LinkedIn.

[ Read More ]