[PHP] Re: Got a problem I cant figure out

2002-01-28 Thread Dan Koken
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 }

[PHP] Re: Got a problem I cant figure out

2002-01-28 Thread Dan Koken
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 }

[PHP] Re: Got a problem I cant figure out

2002-01-28 Thread Dan Koken
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