View Single Post
Old 09-17-2007, 09:10 PM   #17 (permalink)
Haris
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Syntax error:
PHP Code:
          private db = array(); 
should be

PHP Code:
          private $db = array(); 
Haris is offline  
Reply With Quote