help using str_replace (PHP)

  • Thread starter AznFuman
  • 2 comments
  • 452 views
the following doesnt work
$line = str_replace("$","",$line);
$line = str_replace("$$","",$line);
$line = str_replace("\$","",$line);


any ideas on how i can do it

$line = "$123"


thanx!
 
Haha. Always check stuff over and over. If you are stumepd after a while, THEN post here.. Dont just take a quick look and give up! :)
 
Back