Automatically append and prepend a php file to current script using htaccess
It is best practice to add common file to every php script in our application ,such as libraries cleaning input variables from $_GET,$_POST,$_COOKIE,cleaning or modifying the output of the php script by providing plug in functionality.
We know best example for this many [...]