I am trying to make a php script that will display the source of another php script and allow it to be edited.
The problem that I am having is that the submitted data has invalid characters in it (such as backslashes)
I know there has to be aa way to do this, but I have not yet found a simple way to do it. Urldecode is my first thought, but I have no way to encode script source that is being submitted. Where do I need to be looking to find more information on this? Any help would be greatly appreciated.
The problem that I am having is that the submitted data has invalid characters in it (such as backslashes)
I know there has to be aa way to do this, but I have not yet found a simple way to do it. Urldecode is my first thought, but I have no way to encode script source that is being submitted. Where do I need to be looking to find more information on this? Any help would be greatly appreciated.