Parsing XML using PHP : Good example

The following example illustrates how to use an external entity reference handler to include and parse other documents, as well as how PIs can be processed, and a way of determining "trust" for PIs co…

Parsing XML using PHP

Load an XML file as data using PHP By handling mime-types and using browser detection, CodeHelp has already shown how to export XML using a PHP script. PHP can also receive XML as input - using the X…

PHP vs Ruby

PHP vs Ruby - Practical Language Differences There are rather significant syntactical differences between PHP and Ruby. For example PHP requires semicolons at the end of lines and generally requires c…

Ruby or PHP which one is for you

Will Ruby kill PHP? With the recent rise in popularity of the Ruby programming language (largely driven by the excellent but not perfect web framework called Rails), I’ve noticed a little fear i…

Model-view-controller (MVC)

  Model-view-controller (MVC) is an architectural pattern, which at the same time is also a Multitier architecture, used in software engineering. In complex computer applications that present a l…

The Power of PHP, both Good and Evil

  Good and Evil of PHP   Generally, clients and developers are using many different programming languages to facilitate the needs of their customers and their applications. These application…