So, I'm a PHP newbie who has been trying to do a PHP program that will edit some other PHP program by adding some more info.
How I want this to work:
- You send PHP request to
edit.phpwith an argumentadd=(text), (text) is some random text you may want to add. (text)gets added toraw.phpby changing 2nd line fromecho "(already existing text)"toecho "(already existing text) (text)"
Can somebody help me? I can't figure this out. Any help would be appreciated!