Welcome to ANDROID Developer!

Friday, May 23, 2014

Creating Simple Shopping Cart with PHP


Shopping Cart is very important part of any online store, it not only lets users to accumulate list of items for final purchase, but also calculates a total amount for the order. Since my last article on PayPal Express Checkout with PHP, I have received few emails from readers asking how to create simple PHP session based shopping cart...

Multiple Items PHP Shopping Cart to PayPal


In the previous post, we had created a simple PHP session based shopping cart, now in this article we will integrating this shopping cart with our PayPal express checkout system. Main idea is to let users buy multiple items using PayPal, shopping cart collects the items users want to buy and then they’ll be able to pay for multiple items using...

PHP Cache Dynamic Pages To Speed Up Load Times


If your website has hundreds of pages with many visitors everyday, you might want to implement some sort of caching mechanism for your website to speed up page loading time. Each client-server request consist of multiple database queries, server response and the processing time increasing overall page loading time. The most common solution is to make copies of...

List of Ajax, PHP and CSS Tutorials


Here’s the list of some tutorials you might find useful for your web development projects. Display Top URLs With Google Analytics API (PHP) Using Google API PHP Client let’s create a simple PHP page that pulls website’s top URLs from Google Analytics and updates MySql table. Voting System Youtube Style With jQuery & PHP Voting system can be...

Google Map v3 Editing & Saving Markers in Database – II


In previous article I discussed about loading the Google map on a HTML page, adding-removing the markers and displaying info windows. In this article we are moving to the next step, here we are going to load markers from PHP generated XML file, and we will edit/save marker information into the database, finally creating a total custom map...