constructor should be function __construct(....)
A Anonymous Guest Nov 17, 2004 #2 ruturajv said: constructor should be Code: function __construct(....) Click to expand... or as in php4 it could be... Code: function mysql(...) //the same name of the class
ruturajv said: constructor should be Code: function __construct(....) Click to expand... or as in php4 it could be... Code: function mysql(...) //the same name of the class