Ever needed to censor strings on your site, by removing hyperlinks, e-mail addresses and telephone numbers? This little PHP function should do the trick!
Ever needed to censor strings on your site, by removing hyperlinks, e-mail addresses and telephone numbers? This little PHP function should do the trick!
Ever wanted to throw up a greeting to your website visitors based on the time on day? Here’s an easy PHP function that does the trick.
Ever needed to know how much space is being used by one of your website directories? The handy PHP functions in this post will get you the information you’re after!
A useful PHP function for generating random strings with a bit of control…
With Internet Explorer 8 about to burst on to the scenes, and the uptake of IE7 approaching critical mass, I am about to tone down my testing on IE6 browsers.
However, now that I use PNG graphics throughout my sites, especially in the administration sections of client solutions, the following snippet of code is very useful [...]