-
Replied To a Post in PHP Configuration file class.
PHP INI Read and Write Class: Read and write configuration values in INI files: https://www.phpclasses.org/package/8119-PHP-Read-and-write-configuration-values-in-INI-files.html P.S. For php version 7.x, change the line in the class **function INI (){** on … -
Began Watching PHP Configuration file class.
Hello! I needed a configuration file for a application I'm working on so I first used the built in ini functions in php but it wasn't easy to write the …
The End.