is there any way i can include/require a file with a $HTTP_GET_VARS suffix?
eg. include('mypage.php?item=name');
tia
simon
or is there a way to carry a variable from the original page, to the included one if that makes any sense.
If the include is local then all variables should be passed on, as the include is including and not parsing the requested code.