Fairly new to PHP. I have an HTML form in one frame and am using a php script to generate code that I would like to display in second frame (when I push the form's submit button. ) Have not yet found a strategy that works.
1) I don't care whether I use a regular frame or an iframe.
2) Optionally I would be okay with outputting to a file which is the src for the 2nd frame (know how to do that) except that I can't figure out a way to automatically refresh the frame when the button is pushed.
Any help would be welcome !