hi,
im trying to replace a "." with a "," in a number (something like 99.21). I tried it in this way :
$price = ereg_replace(".", ",", $price);
but this returns only a "," as price :-/. A red something about that i've to put numbers in ' ' to use with this function but i doesn't seem to work...