I have a php config file with variables defined. I "include" this file into other pages. My question is:
Is there a way to edit this page with HTML web page without sacrificing security?
Thanks in advance for any assistance.
Sample config file line:
$Host = "localhost";
I want to edit the "localhost" value on the web through a non linked page to my site. I will would like to see it and edit the value.
This would become an Admin page if you will.