Adding & to URL loads pages other wise it times out.

Hi!
I really hope you can help me with this.
I run a tiny site. Suddenly the pages won’t load.

Clicking a link sends the request to my MySQL-database and returns the info but the page fails to “render”. Load int the browser window that is.
Now, If I add ‘&’ to the URL in the browsers address-field and hit return the page loads.
Of course this isn’t optimal! :slight_smile:

Page doesn’t load: http://www.mysite.com/index.php?cmd=matchres

Page loads: http://grillegrill.rymden.com/index.php?cmd=matchres&

Anyone run into this?

Please advice!

Sincerely Monte

will need to see some code behind the load functionality

you could try debugging it yourself to see what it’s doing.

Hi!
Thx, for the answer.
What do you need?

It is a problem that just suddenly appeared. I’d be happy to dig out anything you’d possibly need to look at this!

Cheers!

Sponsor our Newsletter | Privacy Policy | Terms of Service