Insert Record, Display Data

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

  1. #1

    Default Insert Record, Display Data

    What is the best way to perform an INSERT RECORD (with the same page being the target page after insertion) in php and then displaying the inserted data on the same page?
    jip Guest

  2. Similar Questions and Discussions

    1. Insert Record and Redirect Data
      I have a website where we are adding articles to categories. I need to be able to have a user add an article and then have the option to add that...
    2. Insert record
      Hi all, I'm having a bit of a problem at the moment. I'm basically trying to insert a record to a MS Access database. I'm using dreamweaver MX. What...
    3. Insert Record problems with Stystem.Data
      Hi. I am trying to create a "create new user" form on my site with ASP.NET. I am using DWMX 2004 and Access 2003 to do this. I can create the form...
    4. How to insert a new record
      I am having problems with inserting a new record into access database using the detailsview control, the autonumber of the control does not update...
    5. using dropdown box to display db record & update record
      Hi Folks, I have a web database written in asp and using access97. I have many projects, but each project is being held responsible by a person....
  3. #2

    Default Re: Insert Record, Display Data

    How about the Show If Empty, Show If Not Empty behaviours?

    You have your INSERT form in the Show If Empty section, and the inserted
    data in the Show If Not Empty?

    Just an idea - not sure it suits what you're doing or if, indeed, those
    behaviours are available in PHP.

    Nath.

    "jip" <cmanning@imacs.com> wrote in message
    news:d0isfh$3bg$1@forums.macromedia.com...
    > What is the best way to perform an INSERT RECORD (with the same page being
    > the target page after insertion) in php and then displaying the inserted
    > data on the same page?

    Nathon Jones 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