Jump to content

PHP && GET method.. using special character &


newyear498

Recommended Posts

I need to pass info to a php script via link while ignoring the character '&' for example:

mywebsite.com/myphp.php?info=thisInformation&thecharacter&

 

is there anyway I can tell php to ignore the character '&' and just read it as text (cause

I understand its a special character..

maybe something like in XML you can ignore the character & by using <![CDATA[ ]]>

 

thanks!!! much appreciated!!!

 

 

PS: this is a must.. since in the end I am passing links.. and urls.. that are like amazon.com/blah&blah  :D

 

Link to comment
https://forums.phpfreaks.com/topic/210502-php-get-method-using-special-character/
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.