Posted by apo.neri.sondaggi on 07/13/06 16:04
CB ha scritto:
> ARG! I was just trying to add a link to this formmail script. What
> gives. Can't find any documentation concerning the '=' sign.
>
> Here's what I tried and what I got.
>
>
> $content .= "REMOTE ADDR:
> http://ws.arin.net/cgi-bin/whois.pl?queryinput=". $REMOTE_ADDR."\n";
>
> result:
> REMOTE ADDR: http://ws.arin.net/cgi-bin/whois.pl?queryinput$.88.95.11
[CUT]
never had such problem, try put errors to E_ALL and post here your
error and warning.
use $_SERVER['REMOTE_ADDR'] instead of $REMOTEADDR.
good luck
Iacopo
http://www.iacoponeri.net
[Back to original message]
|