> Don't forget that in PHP5, the constructor named has changed. In PHP4 > it called a method with the same name as the class. But, in PHP5, it > looks for __construct() instead. If __construct doesn't exist then it falls back to the php4 way - makes it backwards compatible :) -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php