A
Anonymous
Guest
i am new to PHP totally. All i can do is includes.
what i would like to be able to do is declare a set of variables that have URLs as their values. then use the $HTTP_GET_VARS: thing to get the page and have it display it.
the variables i have no idea how to do but i think i know how to do the get:
am i right?
could someone show me how this works? thanks
what i would like to be able to do is declare a set of variables that have URLs as their values. then use the $HTTP_GET_VARS: thing to get the page and have it display it.
the variables i have no idea how to do but i think i know how to do the get:
Code:
$HTTP_GET_VARS['$variable']
am i right?
could someone show me how this works? thanks