Hi all,
I was trying to redirect to a page by using this:
header("Location: /?section=accModify&#upload");
exit();
and
header("Location: /?section=accModify&#upload");
exit();
to go to a defined anchor on the destination page but is imposible tha IE get the bit after & on the direction bar.
It only appears:
/?section=accModify&
or
/?section=accModify&
but nothing behind that...
Is there any solution for this matter...
Thanx in advance.