Re: Error in call to Count?

"Greg Brown" <theraven@stlnet.com> wrote:

> This code:
>
> <img src="/cgi-bin/Count.cgi?df=hits.dat&dd=C&comma=T" alt="">
>
> produces the warning unescaped or unknown entity for &dd and &comma. Can the
> code be corrected so that it doesn't produce this warning and still calls
> the script correctly?

That is correct behavior.  If your Count.cgi can accept ";" as a delimiter
instead of "&", use it instead.  Otherwise, you must change all "&" to
"&amp;".
-- 
         ,=<#)-=#  <http://www.war-of-the-worlds.org/>
    ,_--//--_,
 _-~_-(####)-_~-_  "Did you see that Parkins boy's body in the tunnels?" "Just
(#>_--'~--~`--_<#)  the photos.  Worst thing I've ever seen; kid had no face."

Received on Saturday, 6 November 1999 11:55:23 UTC