php ve ajax numara biçimlendirme sorunu

0 Cevap php

ben bir metin kutusu follwoing sözdizimi ile format var

       $("#cont_dt").blur(function(){
      $(this).format({format:"#,###.00", locale:"us"}); 
        })  

i 250.000,50 yazarsanız bu iş ince, örneğin o otomatik format

    250,000.50

but the problem is when i try to pass same value to php file via ajax to add record in mysql i got error.

i mysql saklamak için 250.000,50 formatta tekrar 250,000.50 getirmek gerekir düşünüyorum.

ben bunu nasıl yapabilirim?

Teşekkürler

          **EDIT**

dear all i need ajax / java script function to remove , not php function. thanks for help

0 Cevap