Question

I would like to retrieve the characters is string like :

ea.icefield@

with PHP

Was it helpful?

Solution

html_entity_decode() maybe:

echo html_entity_decode('ea.icefield@');

ea.icefield@

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top