Hi,

I am wondering if there is any tangible difference between the following two
commands:

$x = $foo["status"];
$x = $foo['status'];

The part in question being the use of ' or " around the "status" element of
the array $foo.
Both have the same end result in my case, I'm just purely wondering which is
the correct form of syntax to use?

Cheers,

Rich
--
Fatal Design
http://www.fatal-design.com
Atari / DarkBASIC / Coding / Since 1995



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

Reply via email to