Re: [PHP] reload farmes

2003-12-02 Thread Mike
you cannot change the page after you have started sending it.. this is a limitation of HTTP not PHP. You will probably need to send some javascript along with your php to do the frame reloading, or find a neater way to do it On Tue, 2003-12-02 at 14:12, Christian Jancso wrote: > Hi there > > I

[PHP] reload farmes

2003-12-02 Thread Christian Jancso
Hi there I have some problems with PHP. I have a website with different frames where different actions take place. One frame needs a button (here: "Delete") which: 1. reloads another frame 2. reloads itself The code looks like: if (isset($_POST['action'])) { if ($_POST['action'] == "Del