On Tue, 14 Dec 2004 02:33, Jason Wong wrote:

> On Monday 13 December 2004 22:59, Ford, Mike wrote:
> 
>> > The issue was the difference between double and single quotes.
>>
>> Yes -- but you said "they are both the same", when there were *three*
>> things being displayed, and (a) you can't have both of three (b) only two
>> of the three were the same, and (c) the important comparison was between
>> the first and second, which *were* different; so it looked like you might
>> not have fully read and understood the message.  (Yes, I'm pedantic. 
>> Yes, I'm proud of it!)
> 
> It's ironic that this code:
> 
>> echo '$Ind<br>', "$Ind<br>", $Ind;
> 
> was an attempt to show which form of quotes (single or double) would give
> a literal string and was in direct response to (rummaging through the
> garbage again):
> 
>> > I could not find a difference with '$Ind', or "$Ind",
>> > except I would think '$Ind' is correct, since " "
>> > would be a literal string.
>> > 
>> > Any more hints ? :)
> 
> Apparently my hint was not obvious enough as the message seems not to have
> gotten through.
> 

Jason

Dig around under the desk and see if you can find the clue-by-four! Seems
this is a case for repeated application of same.

-- 
David Robley

Send $20 and I will double your IQ or no money back.

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

Reply via email to