Ferry van Steen wrote:
> while this one doesn't:
> str = "I can NOT use $hash['vars'] in strings";

Try this one:

str = "I can NOT use ".$hash['vars']." in strings";

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

Reply via email to