php-general | 2003022
Date: 02/27/03
- Next message: John W. Holmes: "RE: [PHP] Preventing the "hijacking" of pictures"
- Previous message: Michael Zornek: "[PHP] How to create an empty array"
- In reply to: Michael Zornek: "[PHP] How to create an empty array"
- Next in thread: Jun: "[PHP] Re: How to create an empty array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
$category_list = array();
On Thu, 2003-02-27 at 12:17, Michael Zornek wrote:
I want to create an empty array so I can add elements to it later
I'm currently using:
$catergory_list[] =array();
But when I try to print this list I discover the element zero has
the string
"Array" in it. How can I create a truly empty array?
~ Mike
--
MikeZornek.com
New blog, new Q&A column, new content everywhere!
http://www.mikezornek.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
-- Adam Voigt (adam <email protected>) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc
- application/pgp-signature attachment: This is a digitally signed message part
- Next message: John W. Holmes: "RE: [PHP] Preventing the "hijacking" of pictures"
- Previous message: Michael Zornek: "[PHP] How to create an empty array"
- In reply to: Michael Zornek: "[PHP] How to create an empty array"
- Next in thread: Jun: "[PHP] Re: How to create an empty array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

