Results 1 to 4 of 4

Thread: PHP: forwarding POST data

Threaded View

  1. #1
    Member
    Join Date
    Sep 2007
    Posts
    51

    Question PHP: forwarding POST data

    hey Guys,

    i was wondering if there is an easy way to forward POST data from one PHP script to another?

    for example if i were to have an initial web page and 2 following PHP scripts, which all collect information from a user. on the first web page there is a HTML form through which the user enters their name, this form then posts that data to a PHP script. then this PHP script collects the name data (from the initial page) and displays a HTML form to collect the user's address information, this form then posts the address data to a second PHP script and forwards the name data. then the second PHP script displays the information for confirmation, before it is forwarded to a final PHP script which updates a database.

    i can post data from one form to a PHP script, such as the name from the initial web page to the first PHP script. but it is the forwarding of POST data that i'm not sure how to do, such as forwarding the name data (with the address data) from the first PHP script to the second. i suppose that i could use a temp text file to store the data from each form, but i was hoping that someone could inform me of a better way to acheive this forwarding of POST data?


    thanks in advance,

    - user0182
    Last edited by user0182; September 23rd, 2008 at 10:33 AM.

Similar Threads

  1. An Introduction to Cryptography, and Common Electronic Cryptosystems – Part I
    By 576869746568617 in forum Cryptography, Steganography, etc.
    Replies: 1
    Last Post: July 10th, 2006, 10:38 PM
  2. Should I be worried....?
    By jerichoholic in forum Spyware / Adware
    Replies: 12
    Last Post: November 30th, 2004, 11:14 AM
  3. TCP/IP Dissected Part-1
    By blackmask in forum Other Tutorials Forum
    Replies: 5
    Last Post: November 1st, 2002, 12:59 PM
  4. The Worlds Longest Thread!
    By Noble Hamlet in forum AntiOnline's General Chit Chat
    Replies: 1100
    Last Post: March 17th, 2002, 09:38 AM
  5. Information Leakage from Optical Emanations
    By E5C4P3 in forum Miscellaneous Security Discussions
    Replies: 5
    Last Post: March 7th, 2002, 07:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •