<?php$num = 10;$num = ($num + 15)++; echo $num; ?>
Operator ++ can be done only on variables.
Previous Question Next Question
Your comments will be displayed only after manual approval.