C
|
cgphp 12/24/2011 |
Try to print the $record_company array before the dal statement and check the server response in firebug: global $conn,$dal; |
![]() |
buddy author 12/24/2011 |
Try to print the $record_company array before the dal statement and check the server response in firebug: global $conn,$dal;
|
C
|
cgphp 12/24/2011 |
You don't need a while loop over the $record_company = db_fetch_array($rs_company) because the $rs_company query returns only one record. |
![]() |
buddy author 12/24/2011 |
You don't need a while loop over the $record_company = db_fetch_array($rs_company) because the $rs_company query returns only one record.
|