Hey, just got a fast question:
Is it possible to replace more then one letter / combination in the same statement?
For example if I wanna remove / and ¤ is it then possible to do it in one
$var = str_replace ?
Hey, just got a fast question:
Is it possible to replace more then one letter / combination in the same statement?
For example if I wanna remove / and ¤ is it then possible to do it in one
$var = str_replace ?
Yes:Code:$var = str_replace(array('/', '¤'), array(), $var);
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks