<?php$n1 = 5;print $n = ++$n;?>
$n = ++$n returns 1(success).
Previous Question Next Question
Your comments will be displayed only after manual approval.