use
$aArray["abc"]=7;
echo $aArray["abc"];
""Costas"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
997b0s$3cl$[EMAIL PROTECTED]">news:997b0s$3cl$[EMAIL PROTECTED]...
> I am used to perl syntax of:
>
> $var->{'abc'}   for a hash (associative array)
>
> Can this syntax be done for PHP.
>
> What other syntax is there for PHP hashes? Any that look like this?
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to