A Arshad .. New member Jan 26, 2011 #1 <?php $j=5; $k=--$j; $m=$k++; echo("$m"); ?> // The result is 4.. Can some explain how I get this?