[dev] More PHP than Horde but...

Jan Schneider jan at horde.org
Wed Aug 10 05:56:42 PDT 2005


Zitat von Xavier Perseguers <pub at perseguers.ch>:

> Hello,
>
> If you take any of the edit/insert form in Horde (for instance in module
> vilma but it does not matter), at the end of the saveXXX method, you
> redirect to the list of items (mailboxes or forwards, for instances)
> with something like
>
> --- edit.php ---
> if (everything_is_saved) {
>    header('Location: /index.php');

This is incorrect. It should contain the full URL.

>    exit();
> }
>
> But in both IE and Firefox, while 'seeing' index.php result page, the
> URL still shows 'edit.php' after this code.

If the URL is correct (see above), this must be something local on your 
system. This is not what happens for everybody else.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the dev mailing list