Hi i am having one issue,
when i try to read a variable parsed through the URL:
index2.php?page=home
for example
when i access $_GET['page']
all it contains is 0
i ran some tests, and if i echo it BEFORE i include global.php it is fine, if i do it after i get 0
anyway to resolve this?
**edit it will let me enter numvbers for some reason, and will parse those through fine:
i.e:
index2.php?page=65464
is fine
** additional edit, just realised page must be a reserved word, for the page number the user wishes to view in a topic,
sorry about that.
Do you have a list of reserved words by any chance?
|