A simple question:
If my PHP page is referenced thus: foo.php#bar
....what's the best way of getting the contents of the URL
after the hash - as a string ("bar")?
Should I get the URL, look for the "#" and then use
substring()?
I'd prefer something like:
$H = $_GET['#']; // reaching...
--
__________
|im |yler http://timtyler.org/ ti*@tt1lock.org Remove lock to reply.