My main page is page.php?n=Name
I want to have everylink in my page end with ?n=Name as well, grabbing the variable from the main page link. My iframe src is:
page1?n=<php echo($_GET['n']) ?>
which works fine. But when a link is hit in that page, I cant get the n= to stay.
Thanks,
e39m5
I want to have everylink in my page end with ?n=Name as well, grabbing the variable from the main page link. My iframe src is:
page1?n=<php echo($_GET['n']) ?>
which works fine. But when a link is hit in that page, I cant get the n= to stay.
Thanks,
e39m5















