Re: [PHP] Variables and Forms

2002-09-24 Thread Joseph W. Goff
This should open up a new window for the new page As far as passing variables from page to page, have you ever considered sessions? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 2:46 PM Subject: [PHP] Variabl

[PHP] Variables and Forms

2002-09-24 Thread ed
I'm trying to pass variables from one page to the next but don't want to use a hidden input type=text box. I need to break from frames and I don't know a way to pass that to the action tag in the form. If there's a way to do that then great but I haven't found it. I've also tried the meta http-e