Inclusion of coding in script to display £ signs correctly

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
Guest

Inclusion of coding in script to display £ signs correctly

Post by Guest »

Script URL:
Version of script: latest
Version of PHP: 4
Hosting company: portland
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try: n/a

Write your message below:

How could l incorporate the following code into the forum so that the £ signs appear correctly.

$cleantext = str_replace("£", "£", $_GET["message"]);
Locked