On Fri, 19 Jan 2001, Shawn Blaylock wrote:

> Yep. I think the only difference is the way it handles variable
> interpolation, but I'm not entirely sure on that one.
>
> "Boget, Chris" wrote:
> >
> > > It won't work even with single quotes. It'll just echo out
> > > LoggedIn() as part of the string.
> >
> > Yeah, I didn't think so.  But I knew that '' behaves differently
> > than "".  I just wasn't sure of the exact details of the differences.
> >
> > Chris
>

Single quotes also don't do escaping (i.e., "\n", "\r", etc.).

-- 
Ignacio Vazquez-Abrams  <[EMAIL PROTECTED]>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to