Skip to content
Advertisement

Tag: detection

Detect emoticons in string

I found that you need PHP 7 and MySQL 5.5 to use emoticons in a string that you want to upload to the database. I don’t have these specification on my server so I want to give an error message in laravel or php. Is there a way to detect emoticons in php? If so then I can create a

Advertisement