I have run into a small issue. I know how to read and write from text files and many other files, but not php files. I cant read the contents of a PHP file, because I am assuming, the file is executed server side first?
I want to have a small form to be able to edit values of the PHP file like how you can in Joomla and other CMS/forum scripts.
Any assistance in reading from PHP files with PHP?
mikesmith76
10:21 am on Jan 6, 2008 (gmt 0)
You should be able to read a php file like you would any other text file. What have you tried so far?