stella1229
New member
I am new to PHP and would like some help.
I have a form I am creating that has two textareas, "REQUEST" that is editable and "RESPONSE" that is read only. I also have a "submit" button which will eventually have some PHP code behind it. I want my form to take input in the "REQUEST" field, process the request using PHP and spit out the answer in the "RESPONSE" field on the same form. How can I do that?
Thank you!
I have a form I am creating that has two textareas, "REQUEST" that is editable and "RESPONSE" that is read only. I also have a "submit" button which will eventually have some PHP code behind it. I want my form to take input in the "REQUEST" field, process the request using PHP and spit out the answer in the "RESPONSE" field on the same form. How can I do that?
Thank you!