For a few years now I've run a basic website with some PHP on it.
I use the link.php?variable=value a lot to use this variable to produce the page.
However, I've moved the website to a new location and this function doesn't work anymore. When the URL is link.php?variable=value it doesn't recognise $variable at all.
Does anyone know how to get this working? All other PHP functions (connecting to databases and so on) work fine.