Reply to Re: How to tell PHP to write data to another frame
Posted by Stefan Mueller on 11/15/05 23:53
> PHP has no concept of HTML frames.
>
> You'll have to add a target="..." attribute to your <FORM> element.
Great, this works perfect and is good enough for my requirements. But does
that mean that a PHP script can only write data to one frame? Is there
really no possibility to refresh a second frame with a PHP script?