13.10.2010, 17:07
(permission to slap me)
[phpnoob]
I am getting this error:
Fatal error: Only variables can be passed by reference in /data/multiserv/users/161811/projects/189964/www/b.php on line 12
with line 12 beeing this:
$fp = fsockopen("udp://", "127.0.0.1", "1337", $errno, $errstr);
(all strings can be changed, if i remove a param, the script stops)
Any solution?
[/phpnoob]
[phpnoob]
I am getting this error:
Fatal error: Only variables can be passed by reference in /data/multiserv/users/161811/projects/189964/www/b.php on line 12
with line 12 beeing this:
$fp = fsockopen("udp://", "127.0.0.1", "1337", $errno, $errstr);
(all strings can be changed, if i remove a param, the script stops)
Any solution?
[/phpnoob]