Doug La Farge <[EMAIL PROTECTED]> wrote:
> [...] 
> After that, how would this convert:
> 
> $quote{class_name} = $text;
> quote is a hash where class_name is the key.

Php treats arrays and hashes the same, infact there really isn't any
difference with them. so the syntax is always the same for hashes and
arrays (in perl terms).

$quote['class_name'] = $text;

> 
> Thanks again!


Curt
-- 


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

Reply via email to