Hi, i have a directory and it showing this error, after my hosting upgrade php 5.3 Deprecated: Assigning the return value of new by reference is deprecated in /home/gnetcali/public_html/libs/adodb/adodb.inc.php on line 914 Deprecated: Assigning the return value of new by reference is deprecated in /home/gnetcali/public_html/libs/adodb/adodb.inc.php on line 1988 Deprecated: Assigning the return value of new by reference is deprecated in /home/gnetcali/public_html/libs/adodb/adodb.inc.php on line 2060 Deprecated: Function split() is deprecated in /home/gnetcali/public_html/include/functions.php on line 336 anyone can help me?
preg_split() or explode() are alternatives to split() as it is deprecated now (meaning that PHP 5 does not support the use of that function any longer).