Posted by no on 11/22/06 22:28
On 22 Nov 2006 11:02:19 -0800, "Josh" <vijayjoshi4u@gmail.com> wrote:
>i know php bt i m a bit confused.
>I plan to use arrays bt wt do u mean by dynamic array. can u plz
>xplain?????
Hi Josh
How much PHP programming have you actually done?
Dynamic just means not-fixed - so you don't have to declare its upper
limits. In PHP you normally just declare that a variable is an arrary
and then you can start to fill it - dynamically.
Chris R.
Navigation:
[Reply to this message]
|