RE: [PHP] Primer for working with arrays

2005-02-09 Thread Chris W. Parker
Robert Sossomon mailto:[EMAIL PROTECTED]
on Wednesday, February 09, 2005 10:50 AM said:

 I need a really good primer for working with arrays in PHP and with
 MySQL.  I can do what I need to do without them right now, but I
 would really like to get arrays figured out.
 
 Any have some good ones?

Yes. The manual.

http://www.php.net/types.array

HTH!
Chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Primer for working with arrays

2005-02-09 Thread Jay Blanchard
[snip]
I need a really good primer for working with arrays in PHP and with
MySQL.  I 
can do what I need to do without them right now, but I would really like
to get 
arrays figured out.

Any have some good ones?
[/snip]

http://www.php.net/array

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Primer for working with arrays

2005-02-09 Thread Matt M.
 I need a really good primer for working with arrays in PHP and with MySQL.  I
 can do what I need to do without them right now, but I would really like to 
 get
 arrays figured out.
 
 Any have some good ones?

http://www.php.net/array
http://us4.php.net/mysql

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Primer for working with arrays

2005-02-09 Thread Mattias Thorslund
Robert Sossomon wrote:
I need a really good primer for working with arrays in PHP and with 
MySQL.  I can do what I need to do without them right now, but I would 
really like to get arrays figured out.
The PHP Cookbook (O'Reilly book) has this, both in the Arrays and 
Databases chapters.

/Mattias
--
More views at http://www.thorslund.us
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php