Jump to content

converting the "&" symbol into special characters in URL


Recommended Posts

So i'm having some sort of an issue.

 

what i'm trying to do is to get the name from an URL using GET that includes the "&" symbol.

 

I have a link and that link looks like this: name_of_company_&_member. What im trying to do is to get that whole line using Get and echoing on a page.

 

The problem is that the line cuts off after "company_" because it reads the & symbol as something different.

 

Does anyone know how i can be able to retrieve the whole line including everything after the & symbol? i tried using the special character "%26" but i still get the same result.

You just have to urlencode() the value before you stick it into the url.  If your still having problems after that, you'll have to post code so we can see where you've made the mistake.

 

 

well he said he tried a urlencoded & and it didn't work.  I suspect he's decoding it before parsing it.

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.