I am trying to learn PHP and stumbled across a webpage that does not make sense ... The following web page acts differently if you pass any random query to it:
http://www.trumpcasinos.com/hi-res-gallery-en.html
If you look at the page above it will not display all of the stuff ...
if you change the URL to something like:
http://www.trumpcasinos.com/hi-res-gallery-en.html?anyrandomcharactershere
The page looks different (it seems that there is more information .. without the query it just cuts off) ... this is confusing me ...
anyone know why this happens? and how to fix it?