On 15 Jun 2004, at 14:24, David Dorward wrote:

Bad form, following up by own post et al. However:

$hostname = escapeHTML($hostname);

Should be:

$hostname = escapeHTML(escape($hostname));

as the data needs to be url encoded as well as html encoded.

--
David Dorward
     <http://dorward.me.uk/>
<http://blog.dorward.me.uk/>


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to