Posted by Stefan Rybacki on 11/16/05 12:24
Stefan Mueller wrote:
>>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?
You can reload the other frame by calling a php script to it nothing more. PHP is just a
server side "data generator", which app receives this data and what it does with it
doesn't matter.
Regards
>
> Stefan
>
>
[Back to original message]
|