View Single Post
Old 12-05-2007, 02:35 PM  
alex79
Confirmed User
 
Join Date: Jun 2002
Location: france
Posts: 996
php quick question

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
__________________
alex79 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote