Embedding PHP inside HTML
Nov 3rd
Embed PHP code inside HTML to add some dynamic functionality to your pages.
Common Errors (Part 3)
Nov 3rd
Common errors you may come across when programming, and the solutions.
Common Errors (Part 2)
Nov 3rd
Common errors you may come across when programming, and the solutions.
Common Errors (Part 1)
Nov 3rd
Common errors you may come across when programming, and the solutions.
POST Variable
Nov 3rd
Used for passing variables between pages on the submission of forms. The twist is, it’s hidden from the user in the URL (address) bar of a browser.
GET Variable
Nov 3rd
Used for passing variables between pages on the submission of forms or manual entry in the URL (address) bar of your browser.
Advanced Function
Nov 3rd
Not the trickiest example function, however this will teach you how to output a value created from within the function.
Basic Function
Nov 3rd
Creating your own basic function. Showing you a simple function and those that allow you to parse data too.
Loops – Foreach Statement
Nov 3rd
Simply put, the foreach statement lets you loop through the elements in an array. Here video shows you how to apply this loop to make a basic times table application!
Loops – For Statement
Nov 3rd
The For statement allows you to loop a block of code a specific number of times. The syntax is a bit trickier, but in time you’ll find it’s a simple, effective loop.
Recent Comments