Hi, I have a page called index1.php that uses $GET to get p, and p is the page that it opens in the frame. For example, index1.php?p=test.html, it would open test.html in the main frame. Anyway, I need it to open a .php page that also has a $GET function assigned to it. I tried index1.php?p=confirm.php?confirm=test but that doesnt work. How can i get "confirm.php?confirm=whatever" as the p variable?
Thanks 🙂
Darko