Tim Igoe's Web Design, Development and Hosting Blog

Category Archives: PHP

← Older posts

Is it good to work without a framework now?

Posted on by TimIgoe

My initial thought would be “god no”, however there are some benefits to working without one. The biggest advantage to what I’ll call stray code, without any form of framework is its easy to add to, anyone can jump in … Continue reading

Posted in PHP | Tagged , | Leave a comment

PHP 5.2 Support Ends just as developers start to adopt it

Posted on by TimIgoe

With the recent release of PHP 5.2.14 the PHP Team has decided to end active support for this branch of PHP. This means there will be no further active development or bug fixes to this branch of PHP. Instead focus … Continue reading

Posted in PHP | Tagged | Leave a comment

PHP – Watermarking Images

Posted on by TimIgoe

We see images all over various websites, we also see a lot of those images are watermarked with that sites ‘stamp’ (logo). This is to stop other people using the image without acknowledging the source it game from. Using PHP’s … Continue reading

Posted in PHP | Tagged , , | Leave a comment

PHP – Check Service Status

Posted on by TimIgoe

Got multiple servers? Want to know they are still up by looking at once place? Want to give your users an easy to see status page? A quick way to test if a server or service is up is to … Continue reading

Posted in PHP | Tagged , , | Leave a comment

PHP – Autoload Includes based on Class name

Posted on by TimIgoe

[b]Please note, this code is for PHP5 and above only.[/b] While writing lots of object orientated PHP5 code, you may find you need lots of include() or require() statements, it gets repetitive to keep writing these things in every file … Continue reading

Posted in PHP | Tagged , | Leave a comment ← Older posts