I have the following code:
$msg = 'Hola :1: quetal??, :2:';
$emoticones = array(':1:',':2:',':3:');
$cntidademoticon = explode(' ', $msg);
foreach ($cntidademoticon as $string) {
echo '<br>'.$string.'<br>';
}
What I am looki...
asked on
19.08.2018 / 02:46