I'm opening a new window with the window.open function in php. In the function I pass on a variable through name=x in window.open.
In the new windows I would like this variable to become a php variable. I read some about it on google but couldn't get a sufficient answe. Is this possible?
Or maybe there is a way to post a php variable to the new window somehow? Or is there a function in php opening a new window? Please help.