Thanks for the reply tasairis
That was a typo and I just corrected it .
having played around with it during the the day I think the problem is in the
mysql_fetch_array($result);
any thoughts ?
Search found 2 matches
- Sat Oct 17, 2009 1:31 pm
- Forum: PHP - Code
- Topic: Mysql Update
- Replies: 2
- Views: 116
- Sat Oct 17, 2009 4:17 am
- Forum: PHP - Code
- Topic: Mysql Update
- Replies: 2
- Views: 116
Mysql Update
I am developing a script which will take a number from the url divide it by the number of members in a table add it with the balance already on the table and save the total. Then update the table with the new total. All is working fine only the table wont update, could some one advise me on the upda...