The work is to apply a formula to some fields of each record andIf this is the case, why don't you simple use an UPDATE query?
update another field of the same table.
Example: [ UPDATE table SET some_field= 100*0.1/other_field+yet_another_field ]
No PHP involved here, you just use some SQL interface to your server...
Bruno Ferreira
--- [This E-mail scanned for viruses by Declude Virus]
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php