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,…
The Blog of a Geek!
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,…
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…
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…
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…
[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…
Got a popular site that sometimes gets out of control with CPU usage? Need to curb it so it doesn’t spiral. With this little snippet…
Need to know the location of your site users to target some specific data at them? Geolocation is the answer, find out the location of…
This little snippet of code will enable you to put a page generated in bit at the bottom of your pages. function maingetmicrotime() { list($usec,…