> -----Original Message-----
> From: Hugo Wetterberg [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, July 02, 2002 1:12 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] $name = "My $row['name']" not longer possible?
> It is possible to use arrays within strings, just skip ''.
> Write
>     $name="My $name[name]";
> instead

Yes, but the manual says that's a feature that may not exist in future versions of 
php.  See this link for details:
http://www.php.net/manual/en/language.types.array.php#language.types.array.foo-bar

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

Reply via email to