J
|
Jane 8/21/2007 |
Kim, global $conn; $strUpdate = "update products set ProductFieldName1 = ".$values["CustomerFieldName1"].", ProductFieldName2='".$values["CustomerFieldName2"]."' where ProductInvoiceField=".$values["CustomerInvoiceField"]; $db_exec($strUpdate,$conn);
|
H
|
horsey_kim author 8/28/2007 |
Thanks Jane - will try it out! |
H
|
horsey_kim author 9/5/2007 |
Jane or who ever can help <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=21152&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> |
![]() |
Alexey admin 9/6/2007 |
Hi, global $conn; $strUpdate = "update _seeddata set billname = '".$values["billto_name"]."', billaddress='".$values["billto_address"]."' where blueid2=".$values["blueid"]; db_exec($strUpdate,$conn); |