Crazy Web App Developer
php,mysql,Ajax,jQuery,java script,html5,css3,html,css
Search This Blog
Sunday, December 15, 2013
jQuery HTML5 File Upload with Bar Progress
Location:
Rajkot, Gujarat, India
jQuery HTML5 File Upload with Bar Progress
Labels:
HTML5,
JavaScript,
JQuery
Location:
Rajkot, Gujarat, India
HTML5 drag & drop API
Location:
Rajkot, Gujarat, India
HTML5 File and Folder Upload Control
Location:
Rajkot, Gujarat, India
Multiple File Upload using HTML5
Location:
Rajkot, Gujarat, India
Ajax Uploading With HTML5 File api
Labels:
API,
HTML5,
JavaScript,
JQuery
Location:
Rajkot, Gujarat, India
Friday, December 13, 2013
How to Build Shopping Cart w/ Checkout in PHP
Download Script
I just rewrite the code included in this post to fix minor problem encounter by other PHP programmers who can’t run the shopping cart.
The code is taken from this link: http://www.qualitycodes.com/tutorial.php?articleid=25&title=Tutorial-Building-a-shopping-cart-in-PHP.
As you may have noticed, a lot of programmers are screaming for help on how to fix some bugs on this tutorial. Since I cannot upload the code in the said website, I decided to post it here. Still credit goes to “Richard Clark”.
Changes on the code are following:
- Change “<?” to “<?php” to handle php correctly. Some old program still uses “<?” to run PHP code. However, PHP 5 is not stricter and requires you to use php after <?, unless you configure Apache to allow such a shorthand support.
- Add echo command instead of equal (=) sign.
Note: If you run the code prior to downloading this code, make sure to clear your browser cache.
Subscribe to:
Posts (Atom)