I think that the only way to catch it is to rewrite the URL.

1)Write pages with appropriates links. Somethink like
href='www.yoursite.com/anchor_target/index.php'

2)Create e rewrite rule in the htacces file.


3)Catch the target value from the php page parsing the rewritten URL
www.yoursite.com/index.php&anchor=target

I did it and it works.


Sebastiano

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

Reply via email to