Learning to Program ... in PHP. Course examples.
Most programming language courses you'll find commercially provided are really "conversion" courses - intended for delegates who have programmed before, but in a different (or very different) language and environment. Our
PHP Programming course is like that, and being knowledgeable in very many languages I can really help people who are converting by telling them what the parallels are between the language they know, and the language they're learning, and also what and why the significant differences are.
But there are also delegates who are completely new - or almost completely new - to programming; they benefit hugely from an extra day on the front of the course, and we provide that on our
learning to program in PHP course.
On that extra day, I do
not show people programs that I have written earlier - I explain things from first principles, and I write programs in front of them showing them how to do it from the ground up. I have them doing something similar on their own systems as we go through the day (it's not just following me - little point in getting them to copy-type!). And at the end of that day, I make sure that the programs I've written are available to them to rerun, to copy, to modify for themselves as they progress with their programming ...
Here, by way of example, is a note of what we covered yesterday and with links to the files that I wrote on the server ...
Method - part 1. some programming basics
[link] Entering and leaving PHP mode, and a first print statement.
[link] First use of variables and calculations
[link] Read from keyboard, calculate, write to screen - a first useful stand alone program
[link] Conditionals (if) and loops (while) - how to make decisions and how to repeat code
[link] Nested blocks - doing rather more by having conditional code within loops
Method - part 2. being a web language, putting it online
[link] The structure of a PHP web page
[link] Calculations and variables within a web page
[link] A form to fill in to provide data to a PHP page
[link] ... and the PHP page that handles the form input
[link] Building the form into the same page as the results so that you can keep rerunning it
[link] Starting to separate out the look and feel from the logic and calculations for easier ongoing maintainance
The next "learning to program in PHP" course starts on 16th January 2011. If you have missed that date, it also starts on 10th April, 19th June, 4th September and 27th November 2011 ... and other dates will be added in due course to the course description page (where you can find how to book too!) which is
[here] (written 2010-11-01, updated 2010-11-02)
2a89
Associated topics are indexed under
H050 - PHP - General [3966] Our examples work with any recent version of PHP - (2013-01-01)
[3952] PHP revision ... by example. - (2012-12-15)
[3530] A typical weekend?? - (2011-11-28)
[2663] Improve your PHP on a weekend away - (2010-03-05)
[2589] Your PHP code does not work? Here is where to start looking. - (2010-01-18)
[2559] Moving the product forward - ours, and MySQL, Perl, PHP and Python too - (2010-01-01)
[2504] Learning to program in ... - (2009-11-15)
[2430] Not just a PHP program - a good web application - (2009-09-29)
[2400] Are you wanting to learn PHP? - (2009-09-08)
[2227] Learning PHP, Ruby, Lua and Python - upcoming courses - (2009-06-11)
[2222] A (biased?) comparison of PHP courses in the UK - (2009-06-07)
[2097] PHP Course - for hobby / club / charity users. - (2009-03-22)
[1722] PHP examples - source code and try it out too - (2008-07-26)
[235] Preparation for a day's work - (2005-03-04)
[116] The next generation of programmer - (2004-11-13)
H101 - Introduction to PHP [1958] PHP - Parse error: syntax error, unexpected $end ... - (2008-12-23)
[1753] Perl v PHP, choosing the right language - (2008-08-14)
[1717] Q - Should I use Perl or Python? - (2008-07-23)
[1198] From Web to Web 2 - (2007-05-21)
[1050] The HTML++ Metalanguage - (2007-01-22)
[949] Sludge off the mountain, and Python and PHP - (2006-11-27)
[924] The LAMP Cookbook - Linux, Apache, MySQL, PHP / Perl - (2006-11-13)
[917] Syntax checking in PHP - (2006-11-07)
[846] Is Perl being replaced by PHP and Python? - (2006-08-27)
[795] Remember a site's non-technical issues too - (2006-07-07)
[789] Hot answers in PHP - (2006-07-02)
[712] Why reinvent the wheel - (2006-05-06)
[691] Testing you Perl / PHP / MySQL / Tcl knowledge - (2006-04-19)
[646] PHP - London course, Melksham Course, Evening course - (2006-03-14)
[629] Choosing the right language - (2006-03-01)
[624] It's REALLY easy to add a little PHP - (2006-02-26)
[577] Learning to program in Perl or PHP - (2006-01-26)
[433] FTP - how to make the right transfers - (2005-09-01)
[382] Central London Courses - Perl, PHP, Python, Tcl, MySQL - (2005-07-18)
[380] Bridging to the customer requirement - (2005-07-16)
[341] Happy Birthday, PHP - (2005-06-09)
[317] Programming languages - a comparison - (2005-05-20)
[135] Too many Perls - (2004-11-30)
[132] Portrait of the author - (2004-11-27)
[124] PHP v Java - (2004-11-20)
[93] Case Sensitive? - (2004-10-19)
[55] Evening classes to learn PHP - (2004-09-19)
[48] PHP - onwards and upwards - (2004-09-14)
Some other Articles
PHP data sources - other web servers, large data flows, and the client (browser)VAT rise in January - it is really up 14% not just 2.5%Server logs - drawing a graph of gathered dataCoding efficiency - do not repeat yourself!Learning to Program ... in PHP. Course examples.Testing the new pavement ready for ChristmasAutumn walk from BowerhillRetaining web site visitors - reducing the one page wondersCourses for late 2010 and early 2011Handling (expanding) tabs in PHP