1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help me to fix the directory error

Discussion in 'PHP' started by imteaz, Jan 23, 2012.

  1. #1
    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?
     
    imteaz, Jan 23, 2012 IP
  2. Haxalot

    Haxalot Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #2
    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).
     
    Haxalot, Jan 23, 2012 IP