My Journey into PHP

Jonny Aiken | 12044903


To get a handle on PHP, i'm working through Mike McGraths 'PHP in 5 Easy Steps'.

week 2

hello.php
escape.php
myfirstvariable.php
variabletypes.php
myfirstfunction.php
functionArguments.php
multipleFunctions.php
scope.php

multipleArguements.php
arithmeticalOperators.php
logicalOperators.php
conditionalOperators.php

conditionalIFstatement.php
conditional_if_else_statement.php
switchStatement.php

 

week 3

forloop.php
array.php
listarray.php
arraysize.php

I've been thinking that for use on my blog, and quite possibly on the Omagh Youth website, it would be cool to load a random picture each time a page is visited. I've been looking into how this would be done with PHP. See the results below.

randomImage.php

 

week 4

Below is a feedback from. The form sends through a background file called feedback.php

feedback.html
sendmixed.html