Paginating using PHP & MySQL
There are times where you have a bunch of records to display on a page, but the number is so large that displaying all of them on a single page would be overwhelming for a user. The answer to this is...
View ArticleLAMP stack on Windows for your local web development environment
As a web developer programming in PHP and MySQL, you need an environment where you could develop and test your applications before deploying them into production. If your computer runs a Windows...
View ArticleInstall Xdebug on Linux and configure to work with Netbeans
Xdebug is a slick little tool that lets you debug you PHP code more efficiently. It provides more detailed error messages, call stack information, and much more. Normally you would have to get some...
View ArticlePost updates to your Twitter account from a PHP script
One of the many things that makes Twitter a popular fast growing phenomena is its incredibly simple API. Its API makes it easy to manage and interact with your account away from the actual Twitter...
View ArticleBuild a zip code store locator application in PHP
There are times when you’ll want to purchase an item at a store but you’re not sure of the store’s exact location. Typically you’ll get online go to their website and visit the ‘Store Locations’...
View ArticleIP to Country GeoLocation using PHP – Video Tutorial
We’re all familiar with sites or ads that somehow magically know where you are located, right down to the city. This is called GeoLocation. These applications use your IP address to figure out your...
View Article