Create CAPTCHA in your PHP application | |
![]() |
CAPTCHA is unavoidable feature nowadays in almost every forms available open to public., to avoid some scripts or bots abusing it. In this tutorial... Read Article... |
Fetch last 20 videos from a youtube channel | |
Here is a simple PHP snippet helps you to fetch latest 20 videos uploaded on a youtube channel. Replace 'CHANNEL_ID' with your youtube channel's ID. T... Read Article... |
![]() |
Posting to twitter from a PHP application | |
![]() |
In this article you can learn how to post a status update to twitter from a PHP application. First you have to create a app in twitter. For that go... Read Article... |
Posting in Facebook Page wall from a PHP application | |
In this tutorial you can learn how to post in Facebook Page wall from a PHP application. For this tutorial i have created a sample page n... Read Article... |
![]() |
Creating facebook / twitter style pagination | |
![]() |
In this article you will learn how to create pagination like Facebook / Twitter. You should have knowledge in PHP, MySQL, CSS, jQuery, Ajax to underst... Read Article... |
How to export mysql database in command mode ? | |
"mysqldump" program is used to export or copy or back up databases and tables. mysqldump writes exported database sql into a specified file. How to u... Read Article... |
![]() |
How to get full address bar URL inside PHP script ? | |
![]() |
We can use PHP SERVER variables to get full address bar URL inside PHP script. Simple way [crayon-60074bbc354dc126353185/] With Protocol and port .... Read Article... |
How to get height, width and type of an image in PHP ? | |
getimagesize() function in PHP used to find height, width and type of an given image. Code [crayon-60074bbc357d0744537988/] Output Width: 150 ... Read Article... |
![]() |
How to create basic HTACCESS login to secure your web folder from public access? | |
![]() |
HTACCESS login system was used to protect a webfolder from public access. Especially it was used to protect admin section(folder) of any website which... Read Article... |
What is EAV Architecture in Magento ? | |
EAV stands for Entity, Attribute and Value. EAV is an database architecture. In magento EAV db architecture was used. Example... Entity ... Read Article... |
![]() |