This error cropped up in another thread as I was trying to solve the problem.
Problem:
I am unable to use:
test.php code
header("Location: test1.php");
and
echo "<meta http-equiv='refresh' content='0;url=test.php'>";
Goals:
For test.php to open test1.php in a new window and then test.php is refreshed.
Solution:
Ill leave up 2 u :P
I have tried many different things to try get them around but I cant seem to get it work.
Note: I require to use php to open the file as I am using php variables and session variables after the button is clicked to open test1.php
Appericate the help, Regards X