ok we have two files, mmmkay, one called void.php and the other void2.php mmkay. not somewhere in the file void2.php there willbe a vairable called $xyz whihc would contain an or array, interger or string of text. but when a user executes the file void.php through some sort of html form, i want the the file void.php to gather the variable, $xyz from the file void2.php and do various things with it (i.e change it, remove it, replace it etc.), how would one go about doing this, i know you have to use like $HTTP_GET_VARs or something like that, but i dont know how.
basically to effect what im saying is that the file void2.php will be a database full of variables and i want the file void.php to gather those and manipulate them