Jump to content

problem with query string


xeonyk

Recommended Posts

i have query string like this :

 

http://localhost/temp/example2.php?id=O/UJ9YRxDw+du

 

when i echo in my example2.php

 

<?

  $id_1 = $_GET['id'];

 

  echo $id_1;

?>

 

the result is : O/UJ9YRxDw du

 

the plus character is replace by space character, why this happen and how to solve this problem?

and which character can cause this problem

Link to comment
https://forums.phpfreaks.com/topic/54418-problem-with-query-string/
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.