Changing the content of an HTML element in PHP

Is it possible to change the content of an element in HTML with PHP? I have a parameter in the url called run and want that to be the content of a <textarea>. How could I do this?