Software Developer‎ > ‎PHP‎ > ‎

1. Beginner PHP

Brochure:

You may download a brochure of this course at the bottom of this page.


Course Material :  


You will get a copy of this book as part of the course

Bookings:


You can download the course registration form on our home page or by clicking here .


Duration and pricing:


5 days full-time (R6995 excl VAT)

5 weeks part-time (2 nights per week, 3 hour sessions) (R7995 excl Vat)


Schedule


On the calender on this page below


Intended Audience:

  • Beginners wanting to get into the job market
  • Experienced developers wanting to learn how to create proper websites, or learn a new skill

Prerequisite: 

You should be at the Introduction to Programming level

Further Training:

Advanced PHP programmer course

Certificate:

Upon successfully completion of this course , we will issue you with an attendance certificate. On handing in a practical project within 3 months after the course, you will be evaluated on your practical project.

Course Info PHP Beginner


Day 1 : 

Add life to your static pages

Connecting to MySQL

Day 2 :

Creating and populating your Database

Day 3 :

Realistic and Practical Web Applications

Day 4 :

Working with data stored in files and folders

Day 5:

Securing your application

Practical project for practical certificate :

Create a website with 2 tables:
  • Product table (id, date, description, price, picture)
  • Members table (id, name, surname, email-address, description)
and pages for:

Customers:
  • to join the site
  • to view the product list (will be expanded in the Advanced Course to add a shopping cart)
Pages and tables should be designed to be secure from SQL injections by hackers

Management:
  • display the product list and add / remove and change products
  • moderate new customer applications, delete customers
  • the management pages must be protected with http authentication
  • send an email newsletter to members
Ensure that you use self-referencing forms that remember fields

PHP