How can I edit a PHP command using PHP?

QuestionsHow can I edit a PHP command using PHP?
sethbeckerman5 Staff asked 4 years ago

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 with an argument , (text) is some random text you may want to add.
gets added to by changing 2nd line from to

Can somebody help me? I can't figure this out. Any help would be appreciated!


View on Stack Overflow