Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

pegar porcentagem de um valor php

function porcentagem_nx ( $parcial, $total ) {
    return ( $parcial * 100 ) / $total;
}
Source by pt.stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pegar #porcentagem #de #um #valor #php
ADD COMMENT
Topic
Name
9+4 =