php.ini

Locating php.ini Your system may well have more than one PHP version / install. Even with the same version there can be different versions, e.g. cli and fpm The best way to find out what version apache is using is to load a page with the following: Edit php.ini Creating a backup copy first Editing […]

Read More

Convert to XML

Convert PHP array to XML Conversion function Using it Outputting it as pretty XML with newline formatting etc

Read More