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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.