|
Posted by vinnie on 06/06/07 15:57
On Jun 6, 11:47 am, Erwin Moller
<since_humans_read_this_I_am_spammed_too_m...@spamyourself.com> wrote:
> vinnie wrote:
> > how do i tell PHP that once the user has clicked the submit button,
> > the web browser must take him to a specific site?
>
> > for example:www.xxxyyy.com--> once submitted the form, take the
> > customer towww.kkk.org
>
> > Thank
>
> Hi,
>
> <?php
> // do your formprocessing here, when finished:
> header ("Location:http://www.kkk.org");
> exit;
> ?>
>
> Regards,
> Erwin Moller
Thanks Erwin :)
Navigation:
[Reply to this message]
|