Help for this page

Select Code to Download


  1. or download this
    $nfc_amt = sprintf("%07f", $nfc_amt);
    
  2. or download this
    $nfc_amt = $nfc_amt + 10000000;  # or $nfc_amt += 10000000;
    
  3. or download this
    print "NFC_AMT after adding zeroes: ",substr($nfc_amt,1),"\n";