PHP Remove VAT

One of the shortest functions I ever wrote, but I needed it a lot of times


/**
 * @author Dejan @ webarto.com
 * @copyright 2010
 */

function udripdv($cijena){
	return (intval($cijena)/100)*14.53;
}

echo udripdv(117); //returns 17

©2009-2011 Webarto • web design & development • Tuzla // Sarajevo // Beograd