Monthly Archives: October 2018

How to strike through text in Gmail?

Use “Alt + Shift + 5”. I didn’t know the trick before.

Posted in Uncategorized | Leave a comment

A json_encode issue in PHP

I found json_encode threw errors because of the “â„¢” characters in the string retrieved from database. You can fix it when you retrieve the data from database (mysql). Here is the solution: $res = mysqli_query($gDB, ‘SELECT age,carrier,id,imageUrl,CAST(CONVERT(name USING utf8) AS … Continue reading

Posted in Uncategorized | Leave a comment