Passing values to a pop-up window
Date: 08/03/06
(PHP Development) Keywords: php, web
I'm not sure if this is where I should post my problem, but I'll give it a shot.
I'm developing a php website and I need to pass some values to a pop-up window. The user enters their information like their name, age, and address into a form. When they press the submit I want that information to be displayed in a pop-up window. I can get a pop-up window to appear but using $_POST does not work. I've been doing some searching and have seen something about using $_GET and appending the values to the URL but I want to try and avoid that.
Any help would be great thanks :)
Cheers!
Source: http://community.livejournal.com/php_dev/71794.html