Click to See Complete Forum and Search --> : include a page with url variables


danpoulton
01-05-2008, 06:11 AM
i need to have a include a page with its URL variables which should be copied from the URL variables from the page which includes it.

so i need
<?php

include 'http://www.mydomain.co.uk/folder/db.inc.php?csl=ps2&id=0001

?>

from another domain with theirdomain.com?csl=ps2&id=0001

and if thats changed to id=0002 i need the include script to copy that.

does anyone know the code i need to do something like that?

danpoulton
01-05-2008, 07:43 AM
what i mean (i think) is that i need the ouput of the include to be http://www.gameslayer.co.uk/cheatserve/db.php?(url variable csl result)&(url variable id result).