When building e-commerce solutions for UK websites, sooner or later you’ll need to tackle the issue of VAT. This simple function gives you a solution to adding VAT onto individual item costs.
When building e-commerce solutions for UK websites, sooner or later you’ll need to tackle the issue of VAT. This simple function gives you a solution to adding VAT onto individual item costs.
Ever needed to know how many words were in a string? This simple PHP function provides you with the answer!
If you ever require the facility to check that a user has a file on their server, such as their configuration file, or some copyright text, this little PHP function makes the job of checking it exists a snap!
A quick and simple function to automatically update your copyright text so that it’s always correct at the bottom of your pages.
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!
Need to have your website auto-publish updates to Twitter? This post gives you a quick, tried and tested function that makes it easy!
A useful PHP function for generating random strings with a bit of control…