More specific I have a Mysql database with 2 fields.
The first field contains number (a).
In the php a variable $b is defined.
I want to update the second field of the database so that it would contain the number a*$b. {a times $b variable defined in the php}
For example we got this table...