RE: [PHP] computing 2 value and adding it..

2003-07-20 Thread Ralph Guzman
if($pcs_1000){ $total = $amount * 2; } -Original Message- From: Louie Miranda [mailto:[EMAIL PROTECTED] Sent: Sunday, July 20, 2003 7:53 PM To: [EMAIL PROTECTED] Subject: [PHP] computing 2 value and adding it.. Importance: High I have a 2 form value on 500/pcs and 1000/pcs And i was

[PHP] computing 2 value and adding it..

2003-07-20 Thread Louie Miranda
I have a 2 form value on 500/pcs and 1000/pcs And i was hoping how will i compute this when i comes to this code.. --- start $final_price_usmail = ( $bcard_price + $usmail_price ); $final_price_courier = ( $bcard_price + $courier_price ); if ($v_sendvia === 'USMail') { echo