R Ryan Guest Jan 21, 2009 #1 anybody have a php code to where i can replace the periods in a string say "i.want.to.remove.the.periods" and replace it with "i want to remove the periods"
anybody have a php code to where i can replace the periods in a string say "i.want.to.remove.the.periods" and replace it with "i want to remove the periods"
M mti2935 Guest Jan 21, 2009 #2 check out the str_replace function in PHP http://us2.php.net/str_replace