Search found 1 match

by sanwar
Fri Jun 27, 2008 12:26 am
Forum: PHP - Code
Topic: str_replace problem
Replies: 1
Views: 373

str_replace problem

I am having the following statements. $formula=((( 5339) * ( 1 + Cess Duty + 0.14 * ( 1 + 0.02 + 0.01) + Packing & Forwarding ) + Packing & Forwarding fixed )); $formula=str_replace($chk_row[tax_name],0,$formula); Where $chk_row[tax_name] value is coming from database i.e. red marked value i...