close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Problem with multiple insert

Thread began 2/08/2011 6:28 am by georgina_barrett_187762 | Last modified 2/08/2011 8:35 am by Jason Byrnes | 809 views | 1 replies |

georgina_barrett_187762

Problem with multiple insert

I have done this before without any problem. However I have spent a whole day trying to get this to work and it just wont.

I am trying to do a very simple multiple upload. I have a table with 3 fields ID, resortID and text.

On my page 'ID' is automatically generated and, the text field called 'text' is repeated 20 times and 'resortID' is static and should get the value from the url <?php echo $_GET['resortID']; ?>

The value of 'text' insert correctly however there is no value in the 'resortID' field. I display the results of <?php echo $_GET['resortID']; ?> on the page so I know it is generated (and it's in the url)

I have attached a copy of the page

Attached Files
resortunitamenities_Insert.zip
Sign in to reply to this post

Jason ByrnesWebAssist

the resortID querysting is present when the page loads, but it is not included as a part of the forms action, so when the form posts, it is no longer present

change:

php:
<form  action="resortunitamenities_Insert.php" method="post" name="WADAInsertForm" id="WADAInsertForm">




to:

php:
<form  action="resortunitamenities_Insert.php?resortID=<?php echo(isset($_GET['resortID'])?$_GET['resortID']:""); ?>" method="post" name="WADAInsertForm" id="WADAInsertForm">
Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...