[nycphp-talk] need help understanding parsing difference
Brian Pang
bpang at bpang.com
Tue Nov 4 23:29:09 EST 2003
out of curiousity, which approach did you opt for?
> Thanks, Keith, Bryan, and Adam, for your *very helpful* responses.
>
> At 01:59 PM 11/4/2003, you wrote:
> >When $PRODUCTS[$here]["v1b"]="holster"
> >and $j="v1b"
> >echo "<a href=\"path/$PRODUCTS[$here][$j]\"... evaluates to
> >path/Array[v1b] which is meaningless
> >but echo "<a href=\"path/".$PRODUCTS[$here][$j]."\"... evaluates to
> >path/holster which is correct (or to be more precise, what I wanted).
> >Why this difference? Thanks in advance.
>
More information about the talk
mailing list