SitePoint PHP Blog: __halt_compiler() - how nuts?
On the SitePoint PHP Blog, Harry Fuecks has a look at the "new(ish) __halt_compiler function" in PHP. Simon blogmarked PHP's new(ish) __halt_compiler function which, according to the packet: "halts...
View ArticleInternational PHP Magazine: Poll Question: You Did Not Know That
The International PHP Magazine has conducted a poll on its website over the past week, this time asking "You Did Not Know That...", asking developers which of the true statements about PHP they didn't...
View ArticleThe Codist Blog: I Will Never Understand the Appeal Of PHP
In an "interesting" post to The Codist blog, there's one developer's look at PHP and his confession that he'll never quite understand the appeal of the language. How PHP can be so popular is beyond...
View ArticlePHPBuilder.com: Unstoppable Return Receipt Requested Email with PHP
PHPBuilder.com has a new article today that shows how to (almost always) know if someone has read an email you've sent or not via a special sort of return receipt request. The problem is that...
View ArticleBuilder.com.au: PHP exploit code plants itself in GIF
Builder.com.au has a new article today about the recent image issue - the PHP code embedded inside the GIF - that's come up on several sites. The exploit code slipped through the site's defenses with...
View ArticleFacebook.com: PHPEmbed
Facebook application developers who already know PHP can be happy about a recent announcement on their blog - the introduction of PHPEmbed library into their setup (as well as a release of it out to...
View ArticleStefan Koopmanschap's Blog: Distributing your project with symfony embedded
Stefan Koopmanschap has a recent post to his blog showing how to embed a distribution of the symfony framework in with the release of your application: With symfony 1.0, one of the nice features was...
View ArticlephpPro.org: Embedding PHP In CSS
New on the phpPro site is this article looking at a technique for embedding PHP inside of your CSS files and have it correctly interpreted. Perhaps one of the most frustrating aspects of using PHP...
View ArticleBrian Swan's Blog: Streaming Silverlight Video with PHP
In a new post to his MSDN blog today Brian Swan looks at combining PHP with Silverlight to make it simpler to embed streaming content into your sites. I'd planned on diving into the Embedding...
View Article