Could be that you have a open curly bracket somewhere.
Here is a quick program I use to beautify and clean up my PHP code and
to point out any open brackets;
HTH .. Dan
";// lemme see it in the browser
$i++;
// bump count for input array
}
Could be that you have a open curly bracket somewhere.
Here is a quick program I use to beautify and clean up my PHP code and
point out any open brackets;
HTH .. Dan
";// lemme see it in the browser
$i++;
// bump count for input array
}
Yep! I agree it's probably an open bracket.
Here is a little program I use to beautyify my programs and find open
brackets.
HTH dan..
--- beauty.php ---
/* - *\
** Beauty: cleans up source PHP code and
** indent nest
3 matches
Mail list logo