Jump to content

%20 and %22 replace with PHP


PHPNewbie55

Recommended Posts

I am pulling in for from a MySQL Database... and some of the info contains %20 %22 etc...  How can I replace these with spaces and ' single quotes... and all the other entities as well...??

 

I have tried:

html_entity_decode()

htmlentities()

htmlspecialchars_decode()

htmlspecialchars()

 

I can't find the right "decode" to use.....

Link to comment
https://forums.phpfreaks.com/topic/195077-20-and-22-replace-with-php/
Share on other sites

I am writing a little tracker script for myself... just playing around with the SE referring urls....

 

SO if someone search for "Some" Keyword...

 

Those characters get put in the database...

 

I have been trying to figure out how to strip them out... either when they get inserted or when they get displayed it doesn't matter to me...

But I can't get anything to strip them out or display them as usual...

 

any help would be appreciated....

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.