For this partial code here
[php]<?php
if(!(include LIBDIR . ‘mysql15.php’)) return 0;
class MySQLu_class extends MySQL1_class
{[/php]
I get this error in my email
Error #2048 ---------> An error occurred in script /hermes/bosoraweb168/b1010/dom.il60302/cgi-bin/php/jtpr/mysqlu5.php on line 3 : Declaration of MySQLu_class::conect() should be compatible with that of MySQL1_class::conect() .
Context: Array
What does this mean and how do I fix it? :o :o