Exercises, examples and other material relating to training module H300. This topic is presented on public courses
PHP Techniques,
Intermediate PHP - weekend course / hobby / club / leisure users
| Articles and tips on this subject | updated |
| 2742 | A simple server benchmark script Here's one of those examples where I found myself illustrating so many interesting features of PHP in one piece of code that I almost lost count!
<?php
# Web Site performance test page
if ($_REQUEST[pub] == "magpies") {
$wowser = `ab -n100 -c5 http://www.example.net/robots.txt`;
header("Content-type: ... | 2010-04-27 |
| 1787 | Howto - write and manage a news box on your web page Q: "I want a Content Management System. What should I select?"
A: I don't know - without asking you further questions!
The web, these days, is mostly about content management, and you may as well say to me "I want to get from 'A' to 'B' - please provide a way." I will have to ask you if A is just ... | 2008-09-11 |
| 1615 | PHP training courses every month Due to increased demand, we have increased the frequency of our PHP courses and we're now running at least one course on the subject every month.
* If you've never programmed before or written any HTML, start with a one day "Technology for PHP" the follow on to "PHP Programming".
* If you're familiar ... | 2008-04-18 |
Examples from our training material
| nibs.php | Extracting data / complex text file format |
| showdb.php | Retreiving and displaying information from a database |
| xxy.php | Web Site news - a simple edit box |
Background information
Some modules are
available for download as a sample of our material or under an
Open Training Notes License for free download from
http://www.training-notes.co.uk.
Topics covered in this module
The PHP language.
Variables, conditionals and loops.
Function, Arrays, methods and objects.
File and database handling.
Form input elements and superglobals.
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our
Listing and schedule page.
Well House Consultants specialise in training courses in
Python,
Perl,
PHP, and
MySQL. We run
Private Courses throughout the UK (and beyond for longer courses), and
Public Courses at our training centre in Melksham, Wiltshire, England.
It's surprisingly cost effective to come on our public courses -
even if
you live in a different
country or continent to us.
We have a technical library of over 700 books on the subjects on which we teach.
These books are available for reference at our training centre. Also
available is the Opentalk
Forum for discussion of technical questions.