hi there,
it seems as if i can´t convert the euro and pound sign to their html
equivalents.
i tried
eregi_replace(" €", "€", $haystack);
eregi_replace(" £", "£", $haystack);
as well as
str_replace("&e uro;", "€", $haystack);
str_replace("&p ound;", "£", $haystack);
to the script:
the values are coming from a http form post.
i thought the the problem could be maybe some wacko encoding that is
done because of the form.
any ideas??
muchas gracias in advance
rob
it seems as if i can´t convert the euro and pound sign to their html
equivalents.
i tried
eregi_replace(" €", "€", $haystack);
eregi_replace(" £", "£", $haystack);
as well as
str_replace("&e uro;", "€", $haystack);
str_replace("&p ound;", "£", $haystack);
to the script:
the values are coming from a http form post.
i thought the the problem could be maybe some wacko encoding that is
done because of the form.
any ideas??
muchas gracias in advance
rob
Comment