Thread: Runtime Error
View Single Post
Old 12-15-2007, 09:13 PM   #2 (permalink)
SOCK
The Acquainted
 
Join Date: Nov 2007
Posts: 154
Thanks: 31
SOCK is on a distinguished road
Default

It's your mysql class constructor. Why are you using the traditional constructor type (the function named the same as the class) and the 'new' __construct() method? You have dual constructors.
SOCK is offline  
Reply With Quote
The Following User Says Thank You to SOCK For This Useful Post:
obolus (12-16-2007)