Re: Form and mail problem?

From: NW (_)
Date: 09/14/04

  • Next message: static: "Classified Ads"
    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
    

  • Next message: static: "Classified Ads"

    Relevant Pages

    • Re: Form and mail problem?
      ... It was my failure ... >> post to a third page using a second form post, ... >> as hidden variables in the second form post. ... > Yes thats my problem ...
      (alt.php)
    • Re: Form and mail problem?
      ... > post to a third page using a second form post, ... > as hidden variables in the second form post. ... Yes thats my problem ... I have also try to write value="" and also wont work?? ...
      (alt.php)