Carrying value to the next page:

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Carrying value to the next page:

    Guys, I created a form (HTML) with 3 text boxes
    Text1, Text2 and text3.
    At the end of the form there is a submit button that open another page with
    the more text boxes, including 3 with the same names.
    How do I transfer the data from page1.text1 to page2.text1 ?

    Cheers

    Rani


    ranip Guest

  2. Similar Questions and Discussions

    1. Carrying a variable through 3 page form
      I have a three page form.??When you link to the first page from a generated email the URL looks like this: ...
    2. Carrying PHP Variables From Web Page To Web Page
      I was reading about PHP variable scoping - it doesn't seem to support carrying any variables from one web page to another - how is this usually...
    3. (done) session not carrying...why?
      Hey, I got it, the problem was that where i was setting the session i didnt have a session_start(). Thanks anyway. Cheers, -Ryan We will...
    4. session not carrying...why?
      Hi, I seem to be setting the session properly but its not showing on the next page...any idea why? I am sending data to save.session.php via...
    5. Carrying a variable
      I am using PHP 4.3.0 The way that I usually carry variables from one page to another is $Unit = ($_GET); This is the page that is referencing...
  3. #2

    Default Re: Carrying value to the next page:

    You can pass them as form variables.
    bigj9901 Guest

  4. #3

    Default Re: Carrying value to the next page:

    and as i am new to programming how do i do that ?

    ranip Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139