clikStats is a wordpress plugin that automatically detects the current links within each post. ClikStats is retrofitable, and requires no special provision from any classes or code. Once activated, clikStats…
Archive
Programming
Pagenation with php example
Pagenate an array into a table using PHP. This is a basic example and has been depreciated, a far more advanced and upto date example can be found here. (Thanks…
Thickbox form processing
Thickbox form processing can be done with AJAX to post the response back to the thickbox. To see it in action click here I could`nt find a tutorial anywhere that…
0 in $_GET is empty in PHP
Whilst at work, I was writing a cart for an e-commerce site I am building. The Cart consisted of a multi-dimensioned array, part associative, part indexed, anyway of note here…
PHP a developers dream
It never ceases to amaze me, how versitile PHP is! Losely typed datatypes, shortcuts to unload/load arrays, associative arrays to name but a few, its a wonder it never trips…