Hello r,
Sunday, May 12, 2002, 4:25:37 AM, you wrote:
r> Greetings people,
r> Special greetings to all of you who have helped me in the past.
r> As most of you know i am a newbie, I learned a bit of PHP via webmonkey and
r> a few other places, seeing the power of PHP i decided to convert from J
> 1)How many of you have seriously dug into arrays and has it been
important
> in your programming?
> 1.1)Do you think you could have done the same thing you did with
arrays
> WITHOUT arrays?
> (The reason i ask this is theres a whole chapter dedicated to arrays
in
> the
> book & its pretty frustr
I have never really understood why people have problems with arrays. Just
think of an array as a table of values. A one-dimensional array would be
a table with a single column and each row has a number (or index)
assigned to it:
+---++
| 0 | Apple |
+---++
| 1 | Orange
6 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Newbie question to everybodyPHP
Greetings people,
Special greetings to all of you who have helped me in the past.
As most of you know i am a newbie, I learned a bit of PHP via webmonkey
and
a few other places, seeing the power of PHP i decided to co
Hi!
1. I believe every serious programmer out there uses arrays on a regular
basis...
1.1. ...exactly because there are so many problems virtually unsolvable
without them. Take for instance the case of a product page where people
would fill in ordering quantitites.
My recommendation would be
nt: Sunday, May 12, 2002 2:25 AM
Subject: [PHP] Newbie question to everybodyPHP
> Greetings people,
> Special greetings to all of you who have helped me in the past.
>
> As most of you know i am a newbie, I learned a bit of PHP via webmonkey
and
> a few other places, seeing
Greetings people,
Special greetings to all of you who have helped me in the past.
As most of you know i am a newbie, I learned a bit of PHP via webmonkey and
a few other places, seeing the power of PHP i decided to convert from Java
servlets and JSP (JSP coz its expensive to host and not many hos
7 matches
Mail list logo