Yup! That could be a good idea! Let me try!
Thanks buddy!
Afan
- Original Message -
From: Ryan Marrs
To: 'Afan Pasalic'
Sent: Thursday, February 28, 2002 4:03 PM
Subject: RE: [PHP-WIN] Fw: php to poup window
Perhaps sessions?
Register the variables in
print $_GET["thisvariable"]; to get your value (or if you have
register_globals turned on, feel free to use $thisvariable
Ryan
-Original Message-
From: Afan Pasalic [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 28, 2002 4:03 PM
To: [EMAIL PROTECTED]
Subject: [P
Hi,
I'm trying to, after submitting a form, open a popup window and print all info in the
popup window.
I use the following code - which of course doesn't work:
Untitled