On Fri, 2 Aug 2002 12:14:51 -0500, Dave Leather wrote:
>Is there a way to read a FORM varaiable into PHP variable. The kicker here
>is the form variable is in a framed window.
>
>Example, I have my main page in a 2 part frame (90%/10%). The bottom 10%
>has a form on it called 'fileform' with on
What do you mean, "return it to a php variable"?
The closest I can come to understanding your question is that you want
the form input in your bottom frame to be sent to another frame in your
top window for submission.
If that's any place close to correct, you need a javascript solution. In
any
Is there a way to read a FORM varaiable into PHP variable. The kicker here
is the form variable is in a framed window.
Example, I have my main page in a 2 part frame (90%/10%). The bottom 10%
has a form on it called 'fileform' with one text box called filevalue
-- source snippit --
-- end
esday, June 12, 2002 7:33 AM
Subject: [PHP] Help with forms data please
I need to send the data from a form without taking the surfer to that page.
ie:
form on ' formPage.php '
with
but leave the user on ' formPage.php'
Any way to do that?
Thanks
--
PHP General Mailing
as
-Original Message-
From: Jonathan Rosenberg [mailto:[EMAIL PROTECTED]]
Sent: 12. kesäkuuta 2002 16:18
To: Bret L Conard; [EMAIL PROTECTED]
Subject: RE: [PHP] Help with forms data please
How about if you just return the user to the same page? Will that work?
> -Original Message
How about if you just return the user to the same page? Will
that work?
> -Original Message-
> From: Bret L Conard [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 12, 2002 7:33 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Help with forms data please
>
>
> I ne
[snip]
I need to send the data from a form without taking the surfer to that page.
ie:
form on ' formPage.php '
with
but leave the user on ' formPage.php'
Any way to do that?
[/snip]
At the end of newUser.php do a header redirect, i.e.
header("Location: formPage.php"); exit;
Make sure that new
I need to send the data from a form without taking the surfer to that page.
ie:
form on ' formPage.php '
with
but leave the user on ' formPage.php'
Any way to do that?
Thanks
8 matches
Mail list logo