Hey Peepz,

ik zit met een probleem en ik kom der niet uit.
mischien kunnen jullie mij helpen.

}
if( $port == "" ) $port = 80;
$this->socket = fsockopen( $host, $port, &$this->reply, &$this->replyString );
if( $this->debug & DBGSOCK ) echo "connexion( $host, $port) => $this->socket\n";
if( ! $this->socket ) {
if( $this->debug & DBGSOCK ) echo "FAILED : $this->replyString ($this->reply)\n";
return false;
}



foutmelding luid:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /www/web1418/html/search/includes/search.php on line 675

dit is on line 675 :
$this->socket = fsockopen( $host, $port, &$this->reply, &$this->replyString );


hoop dat jullie mij kunnen helpen.

Thnx mvg rakesh
iemand?????
Je kan proberen wat er gebeurd als je de & weghaalt.
@ arjan

ik snap je niet....
Je moet de & voor &$this->reply en die andere weghalen.

Reageren