
August 1st, 2007, 08:58 PM
|
|
Contributing User
|
|
Join Date: Nov 2002
Posts: 267
Time spent in forums: 1 Day 2 h 38 m 36 sec
Warnings Level: 1
Reputation Power: 0
|
|
Quote: | Originally Posted by crackster try using the html version of the two symbols.
just remove spaces.
for degree
Code:
& d e g ; or ° & # 1 7 6 ;
for plus minus
Code:
& p l u s m n ; or ± & # 1 7 7 ;
|
They are already entered in a bunch of rows & fields in the database.... so I should just do a replace on each of the fields perhaps? Is there another more global fix? I'm worried other symbols will have problems as well.
For now I can manually trap/replace these two I suppose.
And they show up ok in PHPMyAdmin... what are they doing different in their code?
Last edited by james555 : August 1st, 2007 at 09:01 PM.
|