¡@

Home 

php Programming Glossary: credit_side.account_code

How to create General Ledger/T-Account using PHP Mysql

http://stackoverflow.com/questions/10191481/how-to-create-general-ledger-t-account-using-php-mysql

' this db join 'accounts' 'accounts.code credit_side.account_code ' this db where 'debit_side.account_code' '1001' this db order_by.. if debit_side.account_code accounts.code then get credit_side.account_code AS AccountName1 but when I will echo in php I want to get the.. the second step go to the table credit_side and get credit_side.account_code if credit_side.account_code accounts.code then get debit_side.account_code..