Jump to content

PHP Urls & Anchor Points


holowugz

Recommended Posts

Ok i was told by a friend that in an URL in PHP EG:

[a href=\"http://www.test.com/cheese.php?id=500#user\" target=\"_blank\"]http://www.test.com/cheese.php?id=500#user[/a]

that only 500 would be passed through and that user would be considered as an anchor point,

is that true and what if i actually wanted a # passed through?
Link to comment
https://forums.phpfreaks.com/topic/5743-php-urls-anchor-points/
Share on other sites

FYI:

The "user" will be in:

$_SERVER['QUERY_STRING']

and you can parse it out with the parse_url().


[a href=\"http://us3.php.net/manual/en/reserved.variables.php\" target=\"_blank\"]http://us3.php.net/manual/en/reserved.variables.php[/a]

[a href=\"http://us3.php.net/manual/en/function.parse-url.php\" target=\"_blank\"]http://us3.php.net/manual/en/function.parse-url.php[/a]

Link to comment
https://forums.phpfreaks.com/topic/5743-php-urls-anchor-points/#findComment-20909
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.