![]() |
|
|
+ Search |
![]()
|
Dec 23rd, 2004 10:29
Matthew Wilkinson, Kevin Britain,
If you have access to the information before it is echoed, you can use
this function:
$a = str_replace("€", "<Whatever the HTML code for € is>", $a);
Where $a is the variable containing the information to be echoed.