Posted by J.O. Aho on 06/26/07 20:33
Animesh K wrote:
> Hello All:
>
> This question is slightly off-topic, but hopefully someone has fiddled
> with this problem before.
This had been far better on a javascript group
> A php script poem_fb.php is a separate file. I call it using a form to
> submit comments. Then the php form gives a redirect url which causes an
> extra reload of the page where the user is already present.
You see to that the poem_fb.php generates the page you want to have displayed,
instead of the header() you can have include_once('index.php');
--
//Aho
[Back to original message]
|