Ver original$somerar=15; function addit () { GLOBAL $somerar; $somerar++ ; //15+1 = 16 :) echo "somerar is $somerar"; } addit ();