This is a discussion on RE: [PHP] overriding string concatenation '.' within the PHP General forums, part of the PHP Programming Forums category; Jay Blanchard <mailto:jay.blanchard@niicommunications.com> on Wednesday, November 12, 2003 10:49 AM said: > $ipaddr = &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Jay Blanchard <mailto:jay.blanchard@niicommunications.com>
on Wednesday, November 12, 2003 10:49 AM said: > $ipaddr = "192.34.123.122"; > > . is not a concatenator, it is part of the string. > > $myFileName = "barkLikeAdog.txt"; > > . is not a concatenator, it is part of the string. Oh geez, I know *that*. I read the question differently than John it turns out. |