Hi all,
I hope somebody can shed some light on a PHP program I’m trying to run related to loops.
I have created a 1 - 10 loop as >> for ($x=0; $x<=10; $x++)
{
echo " $x
";
}
but now I want to modify it so that each number that is divisible
by two is bold??
Regards,
James.