Following a quick bit of coding this morning, for a feature that should only appear on the MatchMkr website between 1st and 14th February, here’s a run-down on the code that checks the current date is a match.
Following a quick bit of coding this morning, for a feature that should only appear on the MatchMkr website between 1st and 14th February, here’s a run-down on the code that checks the current date is a match.
A quick and simple function to automatically update your copyright text so that it’s always correct at the bottom of your pages.
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!
A demonstration of how AJAX can be used to query a MySQL database, without forcing the user to submit the information, and instead pulling back results based on their criteria while they make their changes.
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.