Version 3 (modified by 5 days ago) ( diff ) | ,
---|
Депозит
- Во панелот, има копче Deposit. Се кликнува копчето и се внесува сума. Таа сума се додава на салдото.
update account set balance=?,email=?,password=?,username=? where id=?
insert into transaction (account_id,amount,currency,timestamp,type) values (?,?,?,?,?)
Note:
See TracWiki
for help on using the wiki.