Can you guys explain to me the difference
thanks in advance.
Can you guys explain to me the difference
thanks in advance.
To test your newly acquired knowledge, answer the simple test: what would be the result of that simple code
$i = 5;
$i = ++$i + ++$i;
echo $i;
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.