Is this possible what I want this to do is take a price say 10.00 in a field
in the mySQL databse and do a math set such as -0.5 * 1

This is in a link and I was echoing the field in the database but how do I
put a math thingy in there.   <?php echo $products->Fields("itm_aship")?>

Could I do this
<?php echo $products->Fields("itm_aship")-0.5*1?>
or am I thinking all wrong... Thanks!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to