Somehow, the # character and everything after it is disappearing? I tried to rawurlencode the # character, and rawurldecoded it's equivalent %23. No dice.Code:$err_message='#0'; header('Location: ../index.php?a=1'.$err_message.'');
Anyone know what is going on here or how I could fix it?
Many thanks.




Reply With Quote