<?php

$data = "string&amp;#44;s example";

$data = html_entity_decode($data);
$data = html_entity_decode($data);

echo $data;