Also,
I am currently using headers throughout my site like this:
header("Location: somepage.php");
which isnt absolute but working fine. If I understand you correctly, this wont work on the client side in some instances? Is that right?
What do you guys think would be the best approach to take here? I'm officially bummed.
If I do this:
$bp = append_sid("/bandpage.php?bandid=$userid");
exit($bp);
It displays the link perfectly, but if I do this:
$bp = append_sid("/bandpage.php?bandid=$userid"); header("Location: $bp");
it changes the & to & in the url; but still takes me to bandpage.php.
Heelllppp pleasseee. 🙂