Temel php form yardım (para birimi ekranı)

4 Cevap php

Siz dün çok yardımcı oldular. Ben hala burada olsa biraz karışık duyuyorum.

Ben sağdaki sütunda sayılar yakın dolar yuvarlanır böylece bunu yapmak istiyorum:

http://www.nextadvisor.com/voip_services/voip_calculator.php?monthlybill=50&Submit=Submit

tablo için kod şöyle görünür:

Ben yuvarlanacak [1,2,3,4,5,6,7] calcsavingsann, bu nasıl yapabilirim $ teklif istiyorsun?

 <table width="100%;" border="0" cellspacing="0" cellpadding="0"class="credit_table2" >

    <tr class="credit_table2_brd">
     <td class="credit_table2_brd_lbl" width="100px;">Services:</td>
<td class="credit_table2_brd_lbl" width="120px;">Our Ratings:</td>
<td class="credit_table2_brd_lbl" width="155px;">Monthly VoIP Bill:</td>
<td class="credit_table2_brd_lbl" width="155px;">Annual Savings:</td>

   </tr>  

   <?php

 $offer1price="24.99";
 $offer2price="20.00";
 $offer3price="21.95";
 $offer4price="23.95";
 $offer5price="19.95";
 $offer6price="23.97";
 $offer7price="24.99";

 $offer1calcsavings= $monthlybill - $offer1price;
 $offer2calcsavings= $monthlybill - $offer2price;
 $offer3calcsavings= $monthlybill - $offer3price;
 $offer4calcsavings= $monthlybill - $offer4price;
 $offer5calcsavings= $monthlybill - $offer5price;
 $offer6calcsavings= $monthlybill - $offer6price;
 $offer7calcsavings= $monthlybill - $offer7price;

 $monthybill="monthlybill";

 $offer1calcsavingsann= $offer1calcsavings * 12;
 $offer2calcsavingsann= $offer2calcsavings * 12;
 $offer3calcsavingsann= $offer3calcsavings * 12;
 $offer4calcsavingsann= $offer4calcsavings * 12;
 $offer5calcsavingsann= $offer5calcsavings * 12;
 $offer6calcsavingsann= $offer6calcsavings * 12;
 $offer7calcsavingsann= $offer7calcsavings * 12;

   $re=1;
   $offer ='offer'.$re.'name';
 $offername= ${$offer};
   while($offername!=""){
$offerlo ='offer'.$re.'logo';
$offerlogo=${$offerlo};
$offerli ='offer'.$re.'link';
$offerlink=${$offerli};
$offeran ='offer'.$re.'anchor';
$offeranchor=${$offeran};
$offerst ='offer'.$re.'star1';
$offerstar=${$offerst};
$offerbot='offer'.$re.'bottomline';
$offerbottomline=${$offerbot};
$offerca ='offer'.$re.'calcsavings';
$offercalcsavings=${$offerca};
    $offerpr ='offer'.$re.'price';
$offerprice=${$offerpr};
$offersavann ='offer'.$re.'calcsavingsann';
$offercalcsavingsann=${$offersavann};

echo '<tr >
     <td >
 <a href="'.$offerlink.'" target="blank"><img src="http://www.nextadvisor.com'.$offerlogo.'" alt="'.$offername.'" />
 </a>
 </td>
<td ><span class="rating_text">Rating:</span>
 <span class="star_rating1">
 <img src="http://www.nextadvisor.com'.$offerstar.'" alt="" />
 </span>
 <br />
  <div style="margin-top:5px; color:#0000FF;">
 <a href="'.$offerlink.'" target="blank">Go to Site</a>
 <span style="margin:0px 7px 0px 7px;">|</span><a href="'.$offeranchor.'">Review</a>     

 </div> </td>
       <td >$'.$offerprice.'</td>
     <td >$'.$offercalcsavingsann.'</td>


   </tr>';
   $re=$re+1;
   $offer ='offer'.$re.'name';
 $offername= ${$offer};

   }



   ?>



 </table>

4 Cevap

Eğer yakın dolar kesilmiş / yukarı / aşağı yuvarlanır istiyor musunuz?

Burada kullanabileceğiniz önerilen bazı işlevleri şunlardır:

Rounding

round

floor

ceil

Formatting/Truncating

sprintf

Grepsedawk cevabı iyidir; Ben eklersiniz tek şey değil, örneğin, 336,6 $ görüntüleme yerine, number_format çıktı 336,60 $ için kullanabilirsiniz olmasıdır.

(Ben bu soru değildi biliyorum, ama bağlantı bakarak, ben senin için yararlı olabileceğini düşündüm.)

Düzenle - düşündüren money_format bunun yerine Andy teşekkürler.

money_format() biçimlendirilmiş bir dizi bir dize değeri döndüren bir fonksiyondur. Açıktır ki, biçimlendirme üzerinde kontrole sahip ve sizin numara. Basit bir örnek, siz değişken içinde değer varsa $myNumber, bunu gibi belirli bir tablonun veri hücreye sonucu dahil olabilir;

<?php echo ("<td>".money_format('%n',$myNumber)."</td>"); ?>

And you would need to do this for every value, e.g. via a for loop if you had all your values in an array. The n here is one of the formatting options - there are several. A good place to look would be on the PHP web page at http://au2.php.net/manual/en/function.money-format.php Hope this helps.

Ben doğru kullanımı almak için görünmüyor olabilir. Ben yankı kullanıyorum yolu

echo '<tr >

  <td ><a href="'.$offerlink.'" target="blank"><img src="http://www.nextadvisor.com'.$offerlogo.'" alt="'.$offername.'" /></a></td>

 <td ><span class="rating_text">Rating:</span><span class="star_rating1"><img src="http://www.nextadvisor.com'.$offerstar.'" alt="" /></span><br />

  <div style="margin-top:5px; color:#0000FF;"><a href="'.$offerlink.'" target="blank">Go to Site</a><span style="margin:0px 7px 0px 7px;">|</span><a href="'.$offeranchor.'">Review</a></div>	</td>

  <td >$'.$offerprice.'</td>

<td >$'.$offercalcsavingsann.'</td>


   </tr>';

Ben nereye kadar "set yerel" koydu

 "<?php"

olduğunu. Ben yazmak için nasıl anlamıyorum, ben yaptığım her yolu sadece bir hata döndürür.