Jump to content

Dreamweaver Insert/Update Form Help


Recommended Posts

I am building a web application for Bail Bonds Client management which requires me to make a form where the user can enter a set of 20 bonds @ a time and then @ a later time select and activate that bond and update the defendant demographic information that goes with it.

 

Problem 1: I have to make my form in 4 sections (4 forms) because Dreamweaver will only allow me to select 1 table to Insert into and this is a relational database with 4 tables.

 

Problem 2: When I insert data into the table to go with the previously entered bond number it adds another entry and does not insert the data with the corresponding bond number, does this need to be switched to an UPDATE instead of an INSERT?

 

I am new to PHP as you can tell, please help!

Link to comment
Share on other sites

  • 2 weeks later...

New to php and taking on commercial assignments. Well your first project and your out of your depth with a wizard based application.

 

Search google for use of conditional statememnts or consult the php manual for uses of if{} else{} elsif{} and search tutorials for multiple function forms or add, edit, delete forms. Loads out there.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.