Posted by CB on 07/13/06 03:01
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
$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= 27.88.95.11
$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
I'm sure there's a simple way to get the equal sign to print correctly.
THANKS.
[Back to original message]
|