Re: [PHP] "Anchor Collector"

2003-07-08 Thread Marek Kilimajer
The anchor is not send but rather implemented in the browser. Clientside javascript does have the ability - window.location.hash Kris Yates wrote: http://192.168.0.1/index.php?DSE=matrix&access=31337#herd 1. Grab the Anchor reference "herd" from the fake URL above and store it as a variable usi

[PHP] "Anchor Collector"

2003-07-08 Thread Kris Yates
http://192.168.0.1/index.php?DSE=matrix&access=31337#herd 1. Grab the Anchor reference "herd" from the fake URL above and store it as a variable using PHP. You already know the facts... QUERY_STRING: DSE=matrix&access=31337 REQUEST_URI=/index.php?DSE=matrix&access=31337 HTTP Request: Get /index.ph