J
|
Jane 7/24/2008 |
Hi, global $conn; $strUpdate = "update `customer` set employeeID=NULL where employeeID=".$deleted_values["ID"]; db_exec($strUpdate,$conn);
|
A
|
allan author 7/25/2008 |
Thank you |