PHP / Java Integration

Introduction There are two possible ways to bridge PHP and Java: you can either integrate PHP into a Java Servlet environment, which is the more stable and efficient solution, or integrate Java support into PHP. The former is provided by a SAPI module that interfaces with the Servlet server, the latter by this Java extension. The Java extension provides a simple and effective means for … Continue reading PHP / Java Integration

Opensource PHP framework Symfony

Symfony based on the best practices of web development, thoroughly tried on several active websites, symfony aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks by power, control and pleasure. Symfony provides a lot of features seamlessly integrated together, such as: simple templating and helpers cache management smart URLs scaffolding multilingualism and I18N support object model and … Continue reading Opensource PHP framework Symfony

Difference Between PHP4 & PHP5

Here’s a quick overview of what has changed between PHP4 and PHP5. PHP5 for the most part is backwards compatible with PHP4, but there are a couple key changes that might break your PHP4 script in a PHP5 environment. If you aren’t already, I stronly suggest you start developing for PHP5. Many hosts these days offer a PHP5 environment, or a dual PHP4/PHP5 setup so … Continue reading Difference Between PHP4 & PHP5