[PHP-DB] Way to update field thx Digital

2003-06-09 Thread Steve B.
This souce generates a form for editing a database record. It 'manually' puts code for the most important fields at top. It worked in asp despite repeating fields in array list. form action='update.php?ID=? echo $dbrec[ID]; ?' method='POST' Streetnum: input name=Streetnum value='?

Re: [PHP-DB] Way to update field thx Digital

2003-06-09 Thread Jason Wong
On Tuesday 10 June 2003 11:43, Steve B. wrote: [snip] Yes I could make a form that loops the db fields and an update page that loops the form fields and creates an UPDATE string. This is the correct way yes? Yes. The reason I'm asking is because I have more sites and this will take a lot