Page 1 of 1

Inclusion of coding in script to display £ signs correctly

Posted: Fri Sep 02, 2005 2:31 pm
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"]);