Jump to content

dickybella85

Members
  • Posts

    10
  • Joined

  • Last visited

dickybella85's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. get this A non well formed numeric value encountered in/home2/name/public_html/includes/functions_html.phpon line 3159
  2. now i getting this error A non well formed numeric value encountered in/home2/name/public_html/includes/functions_html.php on line 3158 string(6) "120.00"
  3. like this? <?php $prix = number_format ($prix, 2, '.', ' '); var_dump($prix); if($prix != 0) echo '<p class="p_prix_info_ann"><span class="vert">'. $language['page_ann_prix'] .' :</span> '. $param_gen['devise'] .' '. $prix .'</p>'; ?>
  4. can you show me how to use var_dump()? im not expert about php code
  5. if i remove $prix my code not working
  6. i change this code : <?php if($prix != 0) echo '<p class="p_prix_info_ann"><span class="vert">'. $language['page_ann_prix'] .' :</span> '. $prix .' '. $param_gen['devise'] .'</p>'; ?> this for price format for 100,00$ to $100.00
  7. 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
  8. A non well formed numeric value encountered please help me for this
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.