Re: [PHP] "but what if.." Function / String Problem

2001-01-19 Thread Philip Olson
This tutorial will help you guys understand the differences : http://www.zend.com/zend/tut/using-strings.php philip 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. > > "Bo

Re: [PHP] "but what if.." Function / String Problem

2001-01-19 Thread Shawn Blaylock
O yeah! Thanks for pointing that out! =) Ignacio Vazquez-Abrams wrote: > > 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: > > > > > > > I

Re: [PHP] "but what if.." Function / String Problem

2001-01-19 Thread Ignacio Vazquez-Abrams
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 strin

Re: [PHP] "but what if.." Function / String Problem

2001-01-19 Thread Shawn Blaylock
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 '' beh

RE: [PHP] "but what if.." Function / String Problem

2001-01-19 Thread Boget, Chris
> 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

Re: [PHP] "but what if.." Function / String Problem

2001-01-19 Thread Shawn Blaylock
It won't work even with single quotes. It'll just echo out LoggedIn() as part of the string. "Boget, Chris" wrote: > > > What if I want the function to be processed within the " " > > quotes? Same as a variable might be interopelated? IOW, > > can I call a function without concantenating the f

RE: [PHP] "but what if.." Function / String Problem

2001-01-19 Thread Boget, Chris
> What if I want the function to be processed within the " " > quotes? Same as a variable might be interopelated? IOW, > can I call a function without concantenating the function > together with the string? > *being a little stubborn* No. Why would you want to? You *might* be able to do it

[PHP] "but what if.." Function / String Problem

2001-01-19 Thread Karl J. Stubsjoen
What if I want the function to be processed within the " " quotes? Same as a variable might be interopelated? IOW, can I call a function without concantenating the function together with the string? *being a little stubborn* - Original Message - From: "Karl J. Stubsjoen" <[EMAIL PROTE