i'm trying to replace the character "?" with "-" from $string using
$result=eregi_replace("?","-",$string");
but the result is a null array..
what i'm doing wrong?
thanks
$result=eregi_replace("?","-",$string");
but the result is a null array..
what i'm doing wrong?
thanks

Comment