Effortless E-Commerce with PHP and MySQL
In this comprehensive guide to creating an e-commerce Web site using PHP and MySQL, renowned author Larry Ullman walks you through every step—designing the visual interface, creating the database, presenting content, generating an online catalog, managing the shopping cart, handling the order and th...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
[Place of publication not identified]
New Riders Publishing
2010
|
Edición: | 1st edition |
Colección: | Voices That Matter
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629030706719 |
Tabla de Contenidos:
- Cover
- Contents
- Introduction
- What is E-Commerce?
- About This Book
- Technologies Used
- Getting Help
- What You'll Need
- Some Fundamental Skills
- A Web Server
- And a Bit More
- PART ONE: FUNDAMENTALS
- Chapter 1: Getting Started
- Identifying Your Business Goals
- Researching Legal Issues
- Choosing Web Technologies
- Selecting a Web Host
- Using a Payment System
- The Development Process
- Chapter 2: Security Fundamentals
- Security Theory
- PCI Requirements
- Server Security
- Secure Transactions
- Common Vulnerabilities
- PART TWO: SELLING VIRTUAL PRODUCTS
- Chapter 3: First Site: Structure and Design
- Database Design
- Server Organization
- Connecting to the Database
- The Config File
- The HTML Template
- Chapter 4: User Accounts
- Defining Helper Functions
- Registration
- Logging In
- Logging Out
- Managing Passwords
- Improving the Security
- Chapter 5: Managing Site Content
- Creating an Administrator
- Adding Pages
- Displaying Page Content
- Adding PDFs
- Displaying PDF Content
- Chapter 6: Using PayPal
- About PayPal
- Testing PayPal
- Integrating PayPal
- Testing the Site
- Using IPN
- Renewing Accounts
- Going Live
- PART THREE: SELLING PHYSICAL PRODUCTS
- Chapter 7: Second Site: Structure and Design
- About the Site
- Database Design
- Server Setup
- Helper Files
- The HTML Template
- Newer MySQL Features
- Chapter 8: Creating a Catalog
- Preparing the Database
- Shopping by Category
- Listing Products
- Indicating Availability
- Showing Sale Prices
- Highlighting Sales
- Chapter 9: Building a Shopping Cart
- Defining the Procedures
- Defining the Helper Functions
- Making a Shopping Cart
- Making a Wish List
- Calculating Shipping
- Chapter 10: Checking Out
- About Authorize.net
- Creating a Test Account
- Preparing the Site.
- Taking the Shipping Information
- Taking the Billing Information
- Processing Credit Cards
- Completing the Order
- Testing the Site
- Going Live
- Chapter 11: Site Administration
- Setting Up the Server
- Adding Products
- Adding Inventory
- Creating Sales
- Viewing Orders
- Shipping Orders
- Index.