Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Updating Multiple records at once


Message #1 by empier4552@a... on Thu, 4 Jul 2002 05:39:09
In a message dated 7/5/02 11:51:11 PM Singapore Standard Time, 
aalang@r... writes:

<< That layout is not multiple records.  It looks like it is multiple fields 
in
 one record.
  >>
A user will select a table which'd have fields like Surname, Forenames, Date, 
Place, Country, Contact.

NOw they'd have multiple entries in that table so like a user may have 50 
entries.

In a table all those entries would be listed one after the other each in 
their own row.

Now each value would be in a textbox for editing. Once all edits are done 
then the user submits the form and all updates are submitted, but how do I 
code it so the updates go to the proper row in the SQL Table?

  Return to Index