hi,
using PHP 4.3.3 and Apache (ADVX) 2.0.47 and i want to get the contents of
my SETI stats site :
$personal = implode("",
@file("http://setiathome.ssl. berkeley.edu/fcgi-bin/fcgi?email=$ema il&cmd=user_sta ts_new"));
which gives me this :
Warning: implode(): Bad arguments. in
/home/rob/www/php/phpMySetiStats/download.php on line 4
what am i doing wrong ? i used this code a couple of months back on somewhat
older versions of PHP/Apache in Windows2000 and it worked ... ??
using PHP 4.3.3 and Apache (ADVX) 2.0.47 and i want to get the contents of
my SETI stats site :
$personal = implode("",
@file("http://setiathome.ssl. berkeley.edu/fcgi-bin/fcgi?email=$ema il&cmd=user_sta ts_new"));
which gives me this :
Warning: implode(): Bad arguments. in
/home/rob/www/php/phpMySetiStats/download.php on line 4
what am i doing wrong ? i used this code a couple of months back on somewhat
older versions of PHP/Apache in Windows2000 and it worked ... ??
Comment