
Matt - 2006-10-30 01:32:03 -
In reply to message 1 from Robhy
The code is PHP 5 n00b, and does not run on PHP4. If you are going to say something derogatory about someone else's code, get your facts straight.
To make the code compatable with PHP4, remove all the scope definitions (private,public,static,const,static,final) and all special errors (replace "throw new Exception" with "trigger_error") and it will work.