Beginning PHP and MySQL E-Commerce and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £3.45 Amazon.co.uk Gift Card
Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition (Beginning: From Novice to Professional)
 
 
Start reading Beginning PHP and MySQL E-Commerce on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition (Beginning: From Novice to Professional) [Paperback]

Cristian Darie , Emilian Balanescu
2.7 out of 5 stars  See all reviews (6 customer reviews)
RRP: £35.99
Price: £28.85 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £7.14 (20%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Want guaranteed delivery by Tuesday, May 29? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £21.64  
Paperback £28.85  
Trade In this Item for up to £3.45
Trade in Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition (Beginning: From Novice to Professional) for an Amazon.co.uk gift card of up to £3.45, which you can then spend on millions of items across the site. Plus, get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Customers buy this book with Effortless E-commerce with PHP and MySQL (Voices That Matter) £20.33

Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition (Beginning: From Novice to Professional) + Effortless E-commerce with PHP and MySQL (Voices That Matter)
Price For Both: £49.18

Show availability and delivery details



Product details

  • Paperback: 707 pages
  • Publisher: APRESS; 2nd Revised edition edition (1 Feb 2008)
  • Language English
  • ISBN-10: 1590598644
  • ISBN-13: 978-1590598641
  • Product Dimensions: 23.5 x 19.1 x 3.9 cm
  • Average Customer Review: 2.7 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Bestsellers Rank: 593,287 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Cristian Darie
Discover books, learn about writers, and more.

Visit Amazon's Cristian Darie Page

Product Description

Product Description

Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition covers every step of the design and building process involved in creating powerful, extendable e-commerce web sites. Based around a real-world example involving a web site selling t-shirts, you'll learn how to create and manage a product catalog, build and integrate a shopping cart, and process customer accounts and PayPal/credit card transactions.

With the e-commerce framework in place, authors Emilian Balanescu and Cristian Darie show you how to integrate advanced features sure to set your web site apart from the competition. You'll learn how to expand your catalog using Amazon Web Services, optimize the web site for the search engines, and take advantage of Ajax to build an even more user-friendly shopping cart.

Other highlights:

  • The authors show you how to build a complex, extendable e-commerce web site using sound development practices.
  • This second edition has been updated to take advantage of a more flexible templating system, and new chapters cover Ajax integration and search engine optimization.
  • The text goes beyond basic product and customer management, showing you how to integrate product reviews, process payments using both credit cards and PayPal, and expand your web site catalog using third-party services such as Amazons affiliate program.

What you’ll learn

  • Build an extensible e-commerce web site using sound development techniques.
  • Increase sales through proven techniques such as cross-selling, upselling, and enhancing customer service offerings.
  • Expand your product and service offerings by integrating with reseller programs such as Amazon Affiliates via XML web services.
  • Take advantage of search engine optimization techniques to make your web site more easy to find.

Who this book is for

This book was written for individuals seeking to build e-commerce web sites using the PHP language and MySQL database.

About the Author

Cristian Darie is a software engineer with experience in a wide range of modern technologies, and the author of numerous books. Cristian is studying distributed application architectures for his PhD, and is getting involved with various commercial and research projects. When not planning to buy Google, he enjoys his bit of social life. You can reach Cristian through his personal website at http://www.cristiandarie.ro. Emilian Balanescu is a programmer experienced in many technologies, including PHP, Java, .NET, PostgreSQL, MS SQL Server, MySQL, and others. He currently works as a Wireless Network Administrator at accessNET International S.A. Romania, a company which provides fixed wireless access services operating a point-to-multipoint digital radiocommunication network with national coverage. His latest project in this position was developing an AJAX-enabled real-time Network Management System (using SNMP, Perl, PHP, and PostgreSQL) used for remote debugging, monitoring system performance, and isolating and troubleshooting system problems. You can reach Emilian at www.emilianbalanescu.ro.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 


Customer Reviews

Most Helpful Customer Reviews
3 of 3 people found the following review helpful
Not for beginners 26 May 2009
Format:Paperback
This book really is not for anyone with no PHP knowledge. Even basic PHP will not be enough. The problem is that the code supplied, to integrate SMARTY with the application, has bugs in it. These are not easily fixed. In my opinion, web designers with enough knowledge to use this book effectively will be able to achieve 90% of the objectives set out, by using forums and blogs freely available on the internet, if there are gaps in their knowledge.
There are some useful elements, on installing xammp etc but again these are not worth paying for.
Comment | 
Was this review helpful to you?
5 of 6 people found the following review helpful
Format:Paperback
The tutorial process in this book broke down by chapter 4, which only covers the very simple first steps. After spending 2-3 days researching and resoolving the bug(s), I finally moved on to chapter 5, and have now discovered that there is an inherent bug with the database implementation used / recommended by the author, and that I am unlikely to progress further.

Hilariously the database stored procedure cache bug only exists on the windows platform which the author has based the entire tutorial on, and the bug is even documented in Chapter 5, which states that a solution can be found in the books on-line Errata page. It is not. I have submitted an Errata report to the publisher, but have heard nothing, and the page remains blank.

The book also contains much repetition and advocates the use of a lot of 3rd party PHP extensions and tools rather than pursue a much more sensible basic low level code approach.

Don't waste your money on this.
Comment | 
Was this review helpful to you?
Format:Kindle Edition
The best solution I found was to install php starting from 5.3 (5.2 simply won't work with the PDOs and hence the aformentioned bug) and then replace all the smarty code with plain old php and html. I managed it in a week and got rid of all those .tpl files, mirroring them with a php template that also makes a call to its presentation object using a utility function similar to the smarty plugin. Then, separating out the admin and customer checkout functionality from the main store front by creating sub directories under presentation will simplify things greatly as that never ending GET check in the Link file disappears and you can then actually focus on a cleaner structure and flow.
Comment | 
Was this review helpful to you?

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges