Hey guys i am new to this forum and am a bit of a php newbie, my problem is i want to replace all % signs in a string with a _ .
However the % sign is the wildcard in the str_replace function, is there any way i can counter this wildcard effect of the % sign?
Thanks in advance.
Heres what i tried (which didnt work).
str_replace("%", "_", $imgfile_name) ;