Hiya,
I have taken over somebody elses job, and basicly he stored all the emails in our database in Unicode, as our database is publicly available and it makes it harder for spam bots or anybody really to use the data.
The problem is that I cannot figure out to decode it back to normal
For example
&# 49;&# 50;&# 51;@&# 103;&# 109;&# 97;&# 105;&# 108;&# 46;&# 99;&# 111;&# 109;
(without the spaces)
will print out in html as 123@gmail.com
Is there any function that can convert all the emails back to normal using PHP?