This topic is locked

Updating Different tables

2/25/2011 10:48:25 AM
PHPRunner General questions
B
BigO author

Please how can i update records in another table.

I have 3 tables. Savings, Loans and deductions

The deductions table does the additions and subtractions of values from Savings and Loans
How can i update the values in the savings and loans table and still store the values in Deductions table.

Thanks

Sergey Kornilov admin 2/25/2011

Check this article for inspiration:

http://xlinesoft.com/phprunner/docs/update_multiple_tables.htm
Hope it helps.