Often we need to redirect permanently a page to a new location and this can be accomplished in many ways. I will discuss today the PHP method because this is…
It seems that some people figured out how to run PHP on Google App Engine. You may be wondering how this is possible as Google doesn’t support PHP on App…
I’ve found a great article on the topic of tracking clicks and creating a clickmap using PHP and jQuery. The article explains how to Record the X and Y coordinates…
Google Insights for Search is an interesting tool, it allows you to take a look at what people are serching for in different parts of the world and how is…
If you need to extract information from remote webpages you can read this article about how to do it with PHP and XPath. The autor explains how extracting information can be…
An excellent tutorial on how to create PDF files dynamically using PHP and Haru written by Will Sinclair. And here is a quote from the article that grabbed my attention…
Smashing Magazine published an article with 10 tips to improve your PHP programming skills. They claim to be advanced tips but i tend to disagree. Every PHP programmer with 1-2…
Rumor has it that Google is adding support for a new runtime language for Google App Engine. If you take a closer look at their roadmap you can see that…
The PHP development team decided to use the backslash (\) as namespace separator in future releases of PHP (up from 5.3) The decision wasn’t very welcomed by the community and…