Re: Problem with long URL?

On Mon, 12 Jul 2004 13:32:19 +0100
"Jon Hill" <jon.hill@glg.ed.ac.uk> wrote:

> 
> Hi Thorben thanks for the reply.
> 
> The problem is not the ampersands - they are encoded properly in the php
> code and when the html is viewed via the browser. The problem is the
> "random" link (index.php?page=2&type=d&keywords=&location=...) that has been
> found by the validator and is not in the page AT ALL. If you look at the
> source of the non-validating page you can see all the ampersands *are*
> encoded and the snippet of code given as erroneous by the validator does not
> even occur in the page.
> 
> Sorry I wasn't clearer :-)

$ wget -O broken.html 'http://www.geologyrocks.co.uk/diagrams.php?page=2&type=d&keywords=&locati_by=&submit=true'
r00t@vaio[~]$ sed -n 93p broken.html 
          <input type="hidden" name="redirect" value="index.php?page=2&type=d&keywords=&location=&taken_by=&submit=true">

it's line 93 in the output, not the php source...?

> Best regards
> 
> Jon

- Thorben

Received on Monday, 12 July 2004 09:57:00 UTC