Category Archives: PHP
Error parsing XML; message from parser is: The entity “Acirc” was referenced, but not declared.
Written on May 31, 2011 at 4:12 pm, by Matthew
Recently I stumbled upon an error while trying to pass a shopping cart to the payment provider Google Checkout. The error was: “Error parsing XML; message from parser is: The entity “Acirc” was referenced, but not declared.” After hunting around and a bit of searching on the net, the issued stemmed from having a `£`Continue Reading
Copyright Year.
Written on January 4, 2010 at 9:23 am, by Matthew
Just a quick post but it is one that I had to use recently so thought I would quickly make a note of it so that it helps others out. With the new year coming I had to update a sites copyright year which was displayed in the footer. It was a simple enough thingContinue Reading
PHP Scaffolding Class
Written on August 15, 2009 at 9:11 pm, by Matthew
Im uploading this scaffolding class so that hopefully some other people can find use for it. It is based on the excellent tutorial on building a scaffolding class by Ben Hirsch which can be found here http://www.shadow-fox.net/site/tutorial/39-Creating-A-Scaffold-like-Class-in-PHP-or-An-Automatic-CMS-For-a-Table Sadly i can’t seem to find the original post however I’m sure its nothing a quick google can’tContinue Reading
PHP Singleton Database Class
Written on May 12, 2009 at 9:14 pm, by Matthew
A php singleton database class which allows your database queries to be performed quickly and with very few lines of code.