Although I've got several projects on the go at any one time, I tend to get halfway through one and drop it for a while, only to pick it back up again 6 months later. (Much like progress on this website!)
So, if it looks like I haven't updated this page for a while.. I probably haven't :)
Current project list:
Can you think of something I should be doing? Email me!
This one took a while to figure out since its my first real crack at using PHP. (Almost all PHP code on my website was thoughtfully created by my alter-geek, Mark Pulford).
For pages which need to use a lot of php code, its best to use an "include" which is added to your html at on the fly.
e.g a typical HTML page calling the function "myfunction" within the file "myextrabits.inc" might look like this:
|
The actual file "myextrabits.inc"
might look something like this:
|
So for my "last updated code", the html looked like this:
|
and the file that actually does the work looks like this:
|
If it looks like I comment excessively, its because I did... this is because this page is really here to refresh my ailing memory!
If that code looks like gobbldigook to you for reasons other than my bad coding, you might want to check out php.net , zend.com or phpbuilder.com for some fairly comprehensive documentation.