Author Archives: Mike Tansey
Dynamic Date Dropdown Select Menu in PHP
PHP Cookies Simple Overview & Examples
Benchmark PHP Code – Measure Time To Execute PHP Code / Script
There are lots of PHP code benchmark scripts out there, but some are over complicated. It’s obviously important that the code you use to benchmark your PHP scripts is as efficient and simple as it can be, to avoid any further complications that could skew your results.
So here is, in my opinion, the very simplest way to measure the time taken to execute a script.
PHP Copyright Date, Dynamic Year Date
Makes use of: PHP (required) Smarty (alternative) PHP offers many simple but handy tricks to save you time and effort. One of the simplest is to use PHP to output the current year into your pages’ footer copyright notice to …
