Category Archives: PHP

PHP Configuration – Extensions

PHP extensions are enabled inside configuration file. Use phpinfo function to find which configuration file is loaded when Apache starts and modify it to enable or disable specific extensions. … Continue reading

Posted in PHP | Tagged , , , , | Leave a comment

PHP EXIF Extension

Enable EXIF PHP extension to retrieve metadata stored in images. EXIF extension on Windows also requires mbstring extension to be enabled and their sequence in php.ini configuration file matters. … Continue reading

Posted in PHP | Tagged , , , , , | 6 Comments