Hello!I have one page that redirects to another one this way:header("location
ther_page.php?variable1=..."
Other_page contains this code:
...include("header.php"
;include("footer.php"
Is there a way to show this data in a new window?
Thanks
Other_page contains this code:
...include("header.php"
Is there a way to show this data in a new window?
Thanks