I have to produce mass amounts of php pages.... they are all basically the same thing with a few words different in each one.
What i have done is made a form to enter the words that will be changed and post them to variables that will automatically be placed in the correct places when the code is echoed so i can copy and paste it to a new php page and save it instead of going threw each page, finding the words that need to be changed and manually changing them...
my problem is when i echo the page it executes it, i need it to display it in text so i can select all and copy it
What i have done is made a form to enter the words that will be changed and post them to variables that will automatically be placed in the correct places when the code is echoed so i can copy and paste it to a new php page and save it instead of going threw each page, finding the words that need to be changed and manually changing them...
my problem is when i echo the page it executes it, i need it to display it in text so i can select all and copy it