Posts by John Mark • 53 points
2 posts
-
2
votes2
answers1942
viewsA: How to insert EMOJI - SMARTFONES into Mysql database with PHP?
Long live, Briefly, you will need to convert the data added by users taking into account the type of device used. The most usual is to have to convert to Unified. I leave the link with the code…
-
3
votes1
answer1861
viewsQ: How can I add elements to a multidimensional array?
how do I add elements to a multidimensional array. For example instead of creating a PHP array in this way: $i = 0; $aArray[$i]['title'][] = 'teste'; $aArray[$i]['link'][] = 'teste de link'; Be able…