Re: Form and mail problem?
From: NW (_)
Date: 09/14/04
- Previous message: Drazen: "Form and mail problem?"
- In reply to: Drazen: "Form and mail problem?"
- Next in thread: Drazen: "Re: Form and mail problem?"
- Reply: Drazen: "Re: Form and mail problem?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 14 Sep 2004 23:11:32 +0200
Not sure if I understood you correctly, but to pass variables from one form
post to a third page using a second form post, you need write the variables
as hidden variables in the second form post.
<input type=hidden NAME=variableName value='$variableName'>"
You can also have your second page write the variables and values into a
file on your server with the ip_as_file_name.dat, etc., and read the file on
your third page.
/NW
-- Website promotion http://www.trafficswarm.com/go.cgi?272525
- Previous message: Drazen: "Form and mail problem?"
- In reply to: Drazen: "Form and mail problem?"
- Next in thread: Drazen: "Re: Form and mail problem?"
- Reply: Drazen: "Re: Form and mail problem?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|