I hate smoking. It is a horrible habit, and one that I’ve never once partaken, if I may add. Basically, my gripe is nowadays when you want to enter a public building (a shopping center for example) you walk in with a headache, choking for breath, all the side effects of inhaling the smoke from [...]
Monthly Archives: October 2009
I’ve re-signed up to Twitter. Please follow me (@marc_fraser): https://twitter.com/marc_fraser. Thanks Marc      
New Mobile Phone
After 6 months of the iPhone 3G, an upgrade is due! I was so impressed with the iPhone 3G, that I’ve decided to get the latest version – the iPhone 3GS. It should arrive on Wednesday; how it is getting here I don’t yet know. If its Royal Mail, I’ll be lucky to see it [...]
PHP Include
(from Full Article) The include command can save you a lot of time as you can create a header, place it in a file and just include that file on every page and the header will be shown. This will also mean that you do not need to edit every page every time you need [...]
PHP IF Statement
(from Full Article) In PHP IF statements are extensively used. It allows you to show the user data depending on certain conditions. The best way to describe it is with the use of an example: You want to build a dashboard with items you do not want all employees to see, this is where IF [...]