<?php$t = 21;if (**$t == 23){ echo $t;}?>
Error in line 3, The ** is not a valid operator,only ++ and — exist.
Previous Question Next Question
Your comments will be displayed only after manual approval.