I get the output:
age=0;
age=0;
from the following code:
$debug .= "<br>age=$age;< br>";
if($age!="unk") $age = $age+1;
$debug .= "<br>age=$age;< br>";
What is going on?
age=0;
age=0;
from the following code:
$debug .= "<br>age=$age;< br>";
if($age!="unk") $age = $age+1;
$debug .= "<br>age=$age;< br>";
What is going on?
Comment