Mega Code Archive

 
Categories / Php / Operator
 

Using autoincrement to add to a variable

<?php $counter=1; $counter++; echo $counter ?>