Jump to content

[SOLVED] Why is a character being dropped from the string?


suttercain

Recommended Posts

Hi everyone,

 

I currentley have a string which is "CA/ECS/2004/PM3+/N00/OFF/DPF03" and it is passed using the $_GET method. I can see the string CA/ECS/2004/PM3+/N00/OFF/DPF03 in the URL browser fine, but when I echo it, the plus sign is dropped and replaced with whitspace so it now reads: CA/ECS/2004/PM3 /N00/OFF/DPF03. I tried urlencode() but that didn't help.

 

Is there a reason the plus sign is not showing up and is there a fix?

 

Thanks.

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.