dickybella85 Posted June 25, 2015 Share Posted June 25, 2015 A non well formed numeric value encountered <?php $prix = number_format($prix, 2, '.', ' '); if($prix != 0) echo '<p class="p_prix_info_ann"><span class="vert">'. $language['page_ann_prix'] .' :</span> '. $param_gen['devise'] .' '. $prix .'</p>'; ?> hope any one can help thanks Link to comment https://forums.phpfreaks.com/topic/297033-how-to-solved-this-php-code/ Share on other sites More sharing options...
Ch0cu3r Posted June 25, 2015 Share Posted June 25, 2015 (edited) Look at your other topic you posted 15 minutes ago Edited June 25, 2015 by Ch0cu3r Link to comment https://forums.phpfreaks.com/topic/297033-how-to-solved-this-php-code/#findComment-1514954 Share on other sites More sharing options...
Recommended Posts