[PHP-DB] Add or Subtract

2006-01-19 Thread Ed
I've been considering doing a little project for my community site which allow people to sell and buy players ... They would have a limit of 2,000,000 upon sign up .. However i'm not sure how i'd update this figure Say player sells for example Alan Shearer for £300,000 he'd then have

Re: [PHP-DB] Add or Subtract

2006-01-19 Thread David Robley
On Thu, 19 Jan 2006 22:55, Ed wrote: I've been considering doing a little project for my community site which allow people to sell and buy players ... They would have a limit of 2,000,000 upon sign up .. However i'm not sure how i'd update this figure Say player sells for example Alan

Re: [PHP-DB] Add or Subtract

2006-01-19 Thread Julien Bonastre
-- - Original Message - From: David Robley [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Thursday, January 19, 2006 10:36 PM Subject: Re: [PHP-DB] Add or Subtract On Thu, 19 Jan 2006 22:55, Ed wrote: I've been considering doing a little project for my community site which allow

[PHP-DB] Add and Subtract

2002-02-22 Thread Jennifer Downey
Hi All, Would someone please help me with the following code? I am trying to make this work like if I have 15 gold pieces and I deposit 5 it will subtract 5 from the gold pieces I have and deposit the 5 into my account showing that I now have 10 gold pieces I can deposit and 5 in the bank. I