I am writing an application in which I need to redirect to an url using the
Header function.  This redirection must include the # character so that the
user is taken to the relevant part of the following page.

PHP sees the # as a comment no matter what I do and therefore the
redirection doesn't work as I would like.  Does anyone know how you can use
PHP to echo the # character?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to