dongbamage
Programmer
hey guys is it valid to use a variable name in a for statement like so:
for ($i=0;$i<=$counter;i++)
{
echo yeehaa;
}
I'm getting Parse error: parse error, unexpected T_INC, expecting ')'
for ($i=0;$i<=$counter;i++)
{
echo yeehaa;
}
I'm getting Parse error: parse error, unexpected T_INC, expecting ')'