WCC    Westminster College of Computing 020 8261 4684  
C o r p o r a t e  T r a i n i n g 1000 Great West Road, Brentford TW8 9HH  
 Home  About us  Courses  Schedules 19/05/2012
ARCHITECT BUSINESS INTELLIGENCE DATABASE PROGRAMMING NETWORKING E-COMMERCE



    Contact

    London Centre

    45 Oxford Street
    London W1D 2DZ

    Isleworth Centre

    Second Floor
    Coomb House
    7 St.Johns Road
    Isleworth TW7 6NB

    Email: info@wcc.co.uk
    Telephone:+44 (0)20 3556 2111




    Enterprise e-Commerce development with PHP

    Course Fee : £1290
    Pay Securely
    Course Start Dates
    Select Start Date Time Days Duration
    07/04/2011 9.30-12.30pm Sat 16 classes
    06/08/2011 9.30-12.30pm Sat 16 classes
    28/01/2012 9.30-12.30pm Sat 16 classes
    05/05/2012 9.30-12.30pm Sat 16 classes
    In completing the enrolling process and paying for your course, you are confirming that you have received enough information to make an informed decision and that the course is suited to your needs and abilities.
    Course Outline
    The internet
    • What is the Internet?
    • How did it come about?
    • World Wide Web
    • Accessing the Web
    • The Internet and You
    • Installing a Browser
    • Internet Providers
    • Browsing the Net
    • Favourites
    • Accessing a We Page Stored in URL
    • Printing a Web Page
    • Saving a Web Page
    • History
    Introduction to e-Commerce
    • Defining E-commerce
    • The Development of E-commerce
    • E-commerce Marketing
    • E-commerce Security Issues
    • E-commerce Security Requirements
    • E-commerce Legal Considerations
    • International Legal Considerations in E-commerce
    • E-commerce Implementation Costs
    • Online Auctions Including E-Bay
    • Customer Service Expectations of the E-commerce Experience
    HTML and Web Design
    • Welcome to HTML
    • View the Source Code
    • To Print the Source Code
    • How to make HTML Tags Work
    • Organising the Layout of Your Page
    • Body Attributes
    • More Control
    • Adding Images
    • Using and Image as a Background
    • Hyperlinks
    • Adding colors
    • Creating Tables
    • Creating Frames
    • Creating Forms
    Introduction to PHP
    • Introduction and History of PHP
    • Comparison with dynamic content alternatives (Perl, CGI, ASP, JSP, Servlets , CGI, etc)
    • Tools and set up (web browser/server, editor, libraries, etc)
    • Create a basic PHP Script
    • Taking user input (HTML forms)
    • Self Referring Forms
    • Selecting alternatives
    • Use PHP to generate HTTP headers
    • Pass variables via the URL
    • Debugging
    • Where to find PHP documentation
    Web Development with HTML5
    • What can you do with HTML5
    • Pros and Cons
    • How to develop HTML5 applications
    • Which features are supported in which browsers
    • Moving from Flash to HTML5
    • Mobile HTML5 applications
    • Deploying HTML5 applications
    • HTML5 development process
    • Potential problem areas and pitfalls
    • Testing HTML5 applications
    • Cross-domain issues
    User Input from Forms via PHP
    • Creating forms
    • Security Protection from Cross Site Scripting
    • Using the form GET method
    • Using the form POST method
    • Obtaining data from forms through variables
    • Using hidden fields
    • Secure Web Forms (HTTPS and SSL)
    • Calling pages from themselves using forms
    • Quoting HTML entities in user input
    Variables and Expressions
    • Identifiers
    • Data Types (integers, floats, strings and booleans)
    • Type juggling
    • Text constants, interpolation (strings, arrays, objects), here documents
    • Creating Variables
    • Variable assignment
    • Variable Scope
    • Namespaces
    • User-defined Constants
    • String constants, variable interpolation into strings
    • HTTP environment variables
    • Magic Constants
    • Variable References
    Operators
    • Arithmetic Operators
    • Logical Operators
    • Relational (Comparison) Operators
    • The Identity Operator
    • Bitwise Operators
    • Error Suppression Operator
    • Execution Operators
    • Other Operators
    • Assignment Operators
    • Operator Precedence and Associativity
    Conditional Tests and Events in PHP
    • True and False
    • If
    • Comparing Strings and Numbers
    • else and elseif
    • The ? : Operator
    • Comparing for equality or identity
    • The switch / case statement
    • Alternative Syntax for Control Structures
    Flow Control
    • Loops
    • while
    • do ... while
    • for
    • break and continue
    • goto
    • exit
    PHP Configuration
    • The php.ini file
    • Module Vs CGI Usage
    • register_globals
    • Control of error logging
    • Control of resource limits
    • Commonly set configurations
    • File system security
    • PHP4 compatibility in PHP5
    • A glance at upcoming PHP6
    Functions in PHP
    • Purpose of functions
    • Built-in functions
    • Declaring functions
    • Functions Arguments
    • Default Arguments
    • Arguments - Call by Reference
    • Return
    • Returning References
    • Variable Scope (global vs local)
    • Static variables
    • Recursion
    • include and require
    • Variable function calls
    Storing Data in Arrays using PHP
    • What are arrays?
    • How and when to use arrays
    • Indexing arrays, numeric and hashes
    • Initialising arrays
    • Using foreach
    • Add/remove elements from arrays
    • One-dimensional arrays
    • Multi-dimensional arrays
    • References to array elements
    Handling Databases in PHP
    • Database APIs
    • Error-handling strategies
    • Connection/disconnection, log in/log out
    • Escaping strings in SQL statements
    • Including common access functions
    • Doing simple SQL queries via PHP
    • Building HTML tables using SQL Queries
    • Avoiding SQL Injection attacks
    • Access to: MySql, MySqli, Oracle & MS-SQL
    • Using PEAR DB
    • Using PHP Data Objects - PDO
    • An Insight to Smart Programming
    String Manipulation in PHP
    • substring and [] operators
    • Case conversion, trimming
    • Formatting output data
    • Regular expressions
    Sessions and Cookies
    • What is a session?
    • Dependencies on the php.ini file
    • Understanding PHP session variables
    • Create a PHP session variable
    • Register and modify PHP session variables
    • Putting PHP session IDs in pages
    • Good Practise with sessions and PHP
    • Cookie properties
    • Setting a cookie
    • Retrieving PHP cookies
    • Expiring/Deleting PHP cookies
    • Drawbacks to cookies
    • Using cookies well
    • Cookie Security Issues
    File and Directory Access Using PHP
    • Opening files, local and remote
    • Reading and writing files
    • PHP portability on different Operating Systems
    • Finding file metadata
    • Handling file permissions
    • Handling file ownership
    • File locking
    • Opening and reading directories
    • File uploads from the browser/user
    Other I/O Issues
    • Getting IP addresses from visitors
    • Getting referring URLs from visitors
    • Environment variables
    • Showing different content to different browsers (IE, Netscape, Firefox, Mozilla, Opera, etc)
    • Handling HTTP and MIME headers
    Object Orientation in PHP
    • Object basics
    • Classes
    • constructors and destructors
    • Inheritance
    • Accessing instance data and functions
    • __sleep and __wakeup
    • __autoload
    • Class constants
    • PHP5 OO Additions
    • Objects: Assignments and References
    • Try throw catch Exception handling
    PEAR, PECL and Smarty
    • PECL quick tour
    • APC - Alternative PHP Cache
    • Xdebug - debugging and profiling
    • PEAR installation and quick tour
    • PEAR Config
    • PEAR Log
    • PEAR Auth
    • PEAR HTML_Quickform
    • Smarty Templates
    • Smarty and HTML_Quickform
    • Smarty and Quickform help with security
    Handling Email with PHP
    • Sending email
    • Sending multi part email - MIME
    • Accessing mail boxes - IMAP & POP
    Graphics in PHP
    • Graphics basics, referencing a PHP scrip in an IMG tag
    • Image MIME type
    • Basic examples, line/box drawing
    • Creation from an existing image
    • Image copying and resizing
    • Drawing text on images
    • True Type fonts
    Creating Shopping Cart
    • Case study

Training Courses

C# Distributed Applications
C# Programming
C++ Distributed Applications
C++ Programming
Enterprise e-Commerce with PHP
Game Development
iPad / iPhone Development
Java Programming
Java Servlet JSP Programming
MCITP Windows 2008 Enterprise Administrator
MCPD Web Development
MCTS SQL Server
MCTS: Windows Server 2008 Active Directory
MCTS: SQL Server 2008, Business Intelligence
MCTS Web Applications
Microsoft Office 2010
Objective C Programming
PC Assembly & Support
Sage Line 50
Selenium Web Testing
SharePoint 2010 Administrator
SharePoint Development
Web Design with HTML5


Send me information
Name
email
Telephone
Course Interested
Address (Street)
Town/City
Post Code
Message


    Special Offers

    Course 1Course 2Special Price
    Enterprise e-Commerce with PHP MCPD Web Developer £1890
    Enterprise e-Commerce with PHP Selenium Web Testing £1490
    Enterprise e-Commerce with PHP Game Development with C++ £4590
    Enterprise e-Commerce with PHP Silverlight 4 Development £1490
    Enterprise e-Commerce with PHP Robotics Engineering £4590
    Enterprise e-Commerce with PHP SQL Server 208 £1490
    Enterprise e-Commerce with PHP MCITP Bootcamp £4590
    Enterprise e-Commerce with PHP C# £1490
    Enterprise e-Commerce with PHP C# Automated Trading System £4590
    Enterprise e-Commerce with PHP C++ £1490
    Enterprise e-Commerce with PHP C++ Automated Trading Systems £4590
    Enterprise e-Commerce with PHP Java £1490
    Enterprise e-Commerce with PHP Enterprise JavaBeans (EJB) £2990
    Enterprise e-Commerce with PHP Android Apps Development £1890
    Enterprise e-Commerce with PHP iPhone Apps Development £2090
Westminster College of Computing (UK) Ltd. Registered in England & Wales, Company No. 07507288,
© Copyright 2011 www.wcc.co.uk - All Rights Reserved
IT Training & Bootcamp, we offer PHP courses in London, PHP sharp courses in Isleworth, PHP Courses in Hounslow, PHP Courses in Brentford, London, Bristol, Coventry, Aberdeen, England, Scotland and Ireland locations: in Banbury Franklin Covey, Birmingham West Midlands, Bournemouth Dorset, Bristol South West, Camberley Surrey Sun, Cheltenham Gloucestershire, Chesterfield Derbyshire, Dublin Fitzwilliam Place, , Exeter South West, Farnborough Red Hat, Guildford Red Hat, Hinckley East Midlands, Leeds Yorkshire, Leeds Yorkshire (Ring Road), Leeds Yorkshire City Centre, London In Tuition , London King William Street, London Middlesex Street, London Old Broad Street Fast Lane, London Red Hat, London Rosebery Avenue, London Tabernacle Street, London Victoria Microsoft, Manchester Altrincham, Manchester City Centre , Manchester Stockport, Milton Keynes Buckinghamshire, , Reading Berkshire, Reading Oracle, Scotland Aberdeen, Scotland Edinburgh, Scotland Glasgow, Scotland Glasgow, Slough Berkshire, Swindon Wiltshire, Windsor Berkshire Fast Lane