Insert data from form field to php page

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

  1. #1

    Default Insert data from form field to php page

    I am a brand new to php \ mysql (one+ week :)). I created a php form in
    drmwvr, with the contents being deposited into a mysql db. That part works
    fine. When the person submits the form, I have a confirm_enroll.php page that
    appears. I would like to have the "FirstName" field from the form appear in the
    text of the confirm_enroll.php page. I have tried any number of ways, but I
    can only seem to get the first record from the database (not from the form,
    which is the one that I want).

    Also, how would I go about having the form results emailed to me, in addition
    to being deposited into the database? Thanks for the help!

    blu_sky Guest

  2. Similar Questions and Discussions

    1. Autopopulated form not displaying data in pdfunless the form field is clicked
      Within my online application, I have a pdf form that is auto generated and displayed to the user in the browser. My problem is that the populated...
    2. loss of interactive form field data with insert pages
      I'm having problems with inserting pages from one document into another. If I make changes to the entries for interactive form fields in one...
    3. insert form data into joined tables...
      Hello All, I am trying to insert form data in to two joined tables. If Table 1 has a "ProductID" unique key and Table 2 has a numeric "ProductID"...
    4. ASP - setting form field to insert memo
      Hi all. I am using DW's Insert Record behavior in an effort to create a form to insert a record into a MS Access database. Everything works fine -...
    5. How would I insert multiple rows of data from one form?
      Dear ASP.NETers, How would I insert multiple rows of data from a web form? Are there any tute's and stuff around. Couldn't find any myself. ...
  3. #2

    Default Re: Insert data from form field to php page

    Hi,
    There are no default ways to insert the information in the database and
    send the e-mail in the same time. While you might be able to do this
    programming, I will suggest you a simpler path - getting an extension
    that will do your work.

    [url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/ImpAKT/Overview/[/url]

    Not only you'll get the possibility to insert in the database, send
    e-mails and validate forms, but you'll also be able to do a lot of other
    stuff.

    And we'll also help you on our forums on your specific problem, we are
    offering a second to none support for our clients

    Alexandru

    blu_sky wrote:
    > I am a brand new to php \ mysql (one+ week :)). I created a php form in
    > drmwvr, with the contents being deposited into a mysql db. That part works
    > fine. When the person submits the form, I have a confirm_enroll.php page that
    > appears. I would like to have the "FirstName" field from the form appear in the
    > text of the confirm_enroll.php page. I have tried any number of ways, but I
    > can only seem to get the first record from the database (not from the form,
    > which is the one that I want).
    >
    > Also, how would I go about having the form results emailed to me, in addition
    > to being deposited into the database? Thanks for the help!
    >
    --
    InterAKT Online - Dreamweaver extensions
    [url]http://www.interaktonline.com/[/url]
    Alexandru COSTIN Guest

  4. #3

    Default Re: Insert data from form field to php page

    Yeah, I can help you too - buy MY product.... chump.

    blu-sky, hope you made progress over the weekend, I'm not too far in front of
    you. If you didn't, pass the key of the record you inserted in your enroll
    page as a parameter (easy from the 'insert record' property window) to your
    confirm page, then simply use that parameter to retrieve another record set in
    confirm_enroll.php - you can place any independent data element on your page by
    dragging it from the bindings recordset.

    ...can't help you with the email yet.

    P-Egg 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