php - stripping character from mysql result -


I want to move some four such example (/, \, / t..etc) to mysql result. Can I touch every one at a ceremony? I want to know this event. Help me

You can change the conditions with empty string, you can do multiple replacement tasks at a time :

str_replace (array ("\ t", '/', '\\'), '', $ string);

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -