|
Posted by Summercool on 10/19/07 02:09
On Oct 18, 6:41 pm, Michael Fesser <neti...@gmx.de> wrote:
> .oO(Summercool)
>
> >On Oct 18, 5:46 pm, Gary L. Burnore <gburn...@databasix.com> wrote:
>
> >> > echo '$obj->arr[n*size][i-1]' . $obj->arr[n*size][i-1];
>
> >> >so you have to make sure both places are indeed the same expression --
>
> >> If that's too hard for you, perhaps you should consider a job in the
> >> food or hospitality industry.
>
> >so if PHP or people who are proficient in PHP cannot give a good
> >solution to this simple thing
>
> Simple? This:
>
> $obj->arr[n*size][i-1]
a few other languages I know can make this possible. in the PHP group
I usually hear "don't compare PHP to other languages". or "no, you
don't really need that." oh well, if this is the way it is, so be it.
[Back to original message]
|