PHPMine
<? if(PHP > $Expectations) echo $Results ?>
by Angel S. Moreno
UNDER SOME SERIOUS CONSTRUCTION LINKS MAY NOT WORK
Asked 2009-07-02 19:24:11 by ForeverTheSickestKiid
Im learning php, and I was wonder are there any tutorials that can help me build a shopping cart/checkout similar to the one at baby cakes clothing?
http://www.bbycks.com/shop/index.php?cPath=21&osCsid=qisgs1bkvsc2i92c7q5fcpp5o1
It has basic shopping cart features, and uses google check out for the final bill [: Please help, thanks!
btw; Im a newish web developer, I already know how to use (x)html, css, java script, effectively; Im just trying to learn all I can[:
Thanks again!
Anwered 2009-07-02 23:56:02 by Gsd
try the below links
1)http://www.phpwebcommerce.com/php-mysql-shopping-cart-tutorial.php OR
2)http://v3.thewatchmakerproject.com/journal/276/building-a-simple-php-shopping-cart OR
3)http://www.devarticles.com/c/a/MySQL/Building-A-Persistent-Shopping-Cart-With-PHP-and-MySQL/
Anwered 2009-07-02 20:39:53 by Red Dart
Easy. Just use <input type="image" /> for your form and the $_GET and $_POST methods in PHP for processing the data sent by the forms. Learn about them here: http://www.w3schools.com/ The website has tutorials on everything you will need to start web design.
Questions and answers provided by the Yahoo Answers Community.