Re: I get this error message: Warning Line 106 column 1437: cannot generate system

Hello Mike,

On Jan 20, 2007, at 00:18 , mike horley wrote:
> I am sorry to bother you, but I am tearing my hair out trying to  
> fix this problem and I was wondering if you could help please? I am  
> a relative novice with PHP.
>
> This is the first of 14 errors I get:
>
>  1. Warning /Line 106 column 1437/: cannot generate system identifier
>     for general entity "d".
>
>     |...rketing.co.uk/cgi-bin/item.cgi?id=135*2*30&d=337&h=24&f=254">

As explained in the error message, which you quote:

[[ If you want to use a literal ampersand in your
     document you must encode it as "&" (/even inside URLs!/).  ]]

so your link should be:
...rketing.co.uk/cgi-bin/item.cgi? 
id=135*2*30&d=337&h=24&f=254

Hope this helps,
-- 
olivier

Received on Monday, 22 January 2007 04:31:20 UTC