On Mon, 13 Dec 2004 00:56, Stuart Felenstein wrote:

> 
> --- Jason Wong <[EMAIL PROTECTED]> wrote:
> 
>> 
>> If in doubt, print it out (TM)
>> 
>>   echo '$Ind<br>', "$Ind<br>", $Ind;
>> 
> $Ind
> '1','2','3','4'
> '1','2','3','4'
> 
> Funny, they are both the same.

I think you are missing the point Jason was trying to make, which is the
difference between '$Ind' and "$Ind". If you look again, you will see that
those are handled differently.

http://www.php.net/manual/en/language.types.string.php will tell you more
about the difference in handling of single quoted and double quoted
strings.

-- 
David Robley

This isn't right. This isn't even wrong.

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

Reply via email to