Not recognising get variable pages
I have a page that serves most of my website named content.php. It always has a link from my index page, but calls the information from a MySQL database.
I am not getting dig to spider all my pages like:
content.php?block=es&id=2
content.php?block=es&id=2
content.php?block=hss&id=1
ect.
instead it only sees:
content.php
which has no data in it. Not sure what the prob is.
|