RE: Re: [PHP] preprocessing

2001-05-17 Thread pkshifted
Unfortunately, I don't control page c, or else this would be a mute point. That's why I need page B. Good idea though. At 10:18 AM 5/17/01 -0700, [EMAIL PROTECTED] wrote: I have what I feel to be a strange problem (I'm most likely wrong here). I have page A, which is an internal page, which

RE: Re: [PHP] preprocessing

2001-05-17 Thread pkshifted
This is a fairly solid suggestion, and it may be what I have to do. But, unfortunately, Page C is expecting a POST, not a GET, which may make it not work. Also, I would like to avoid this if possible due to some of the sensitive information that will be being passed to and fro. Even if it

RE: Re: [PHP] preprocessing

2001-05-17 Thread David VanHorn
At 10:48 AM 5/17/01 -0700, [EMAIL PROTECTED] wrote: Unfortunately, I don't control page c, or else this would be a mute point. That's why I need page B. Good idea though. Well, it sounds like an auto-redirect is about your only choice. -- Dave's Engineering Page: http://www.dvanhorn.org

Re: Re: [PHP] preprocessing

2001-05-17 Thread Nathan Cook
] Sent: Thursday, May 17, 2001 11:51 AM Subject: RE: Re: [PHP] preprocessing This is a fairly solid suggestion, and it may be what I have to do. But, unfortunately, Page C is expecting a POST, not a GET, which may make it not work. Also, I would like to avoid this if possible due to some

RE: Re: [PHP] preprocessing

2001-05-17 Thread Johnson, Kirk
to B with just a Submit button, with a message Please click the Submit button to continue. Kirk -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 11:51 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Re: [PHP] preprocessing

Re: Re: [PHP] preprocessing

2001-05-17 Thread Nathan Cook
] - Original Message - From: Nathan Cook [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Php List [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 11:54 AM Subject: Re: Re: [PHP] preprocessing In that case you may be able to assemble the headers of a get using the header() function. I will look up a few