↧
Stoyan Stefanov's Blog: JS/PHP string concatenation mistype
"Cross-over" developers out there (those that use PHP and Javascript on a regular basis) can sometimes get confused by little syntax things. Stoyan Stefanov got tripped up by just such an issue. The...
View ArticleMike Naberezny's Blog: PHP Temporary Streams
Following up on this post from David Sklar, Mike Naberezny has come up with a few methods of his own to come up with his "thousand string concatenations". It's been a while since David Sklar called...
View ArticleSitePoint PHP Blog: High-Performance String Concatenation in PHP
On the SitePoint PHP Blog there's a new post today looking at performance in string concatenation where they compare some of the different methods for appending values and which might give you that...
View Article