On Tue, 16 Oct 2007 17:31:50 -0500, Grande News wrote:
> Hi, I've got some PHP code that looks like this
>
> $cura= ord($data{$pnum*2});
> $curb = ord($data{$pnum*2+1});
>
> Notice the curly braces -- does using them make any difference, or will
> square brackets do the same thing?
>
> Thanks
> B