Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7572849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:02:02+00:00 2026-05-30T16:02:02+00:00

We are developing an iPhone app that would send emoticons from iPhone to server-side

  • 0

We are developing an iPhone app that would send emoticons from iPhone to server-side PHP and insert into MySQL tables. I am doing the server-side work.

But after insert statement executed successfully, the inserted value become blank.
What I could insert into the field(varchar) correctly is text, but once including emoticons,
just the text could be inserted and the emoticons would be cut automatically.

Someone give me advice about set the field type to Blog so that it could store image data.
But the inserted value is not always including emoticons case and size is small.

*I am using mysql_real_escape_string for inserting value.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T16:02:04+00:00Added an answer on May 30, 2026 at 4:02 pm

    Most iOS emojis use code points above the Basic Multilingual Plane of the Unicode table. For example, (SMILING FACE WITH OPEN MOUTH AND SMILING EYES) is at U+1F604.

    OS X character viewer

    Now, see http://dev.mysql.com/doc/refman/5.5/en/charset-unicode.html.

    MySQL before version 5.5 only supports UTF-8 for the BMP, which includes characters between U+0000 and U+FFFF (i.e. only a subset of actual UTF-8; MySQL’s utf8 is not real UTF-8). It cannot store the character at code point U+1F604 or other similar “high characters”. MySQL 5.5+ supports utf8mb4 (actual UTF-8), utf16 and utf32, which are able to encode these characters. If you’re using MySQL 5.5+, use one of these column character sets and make sure you’re using the same charset for your connection encoding to/from PHP. If you are on MySQL < 5.5, you’ll have to use a BLOB column type. That type stores raw bytes without caring about the “characters” in it. The downside is that you won’t be able to efficiently search or index the text.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an iPhone app that would send emoticons from iPhone to server-side.
Hello, everybody. We are developing an iPhone app which supported by a server-side that
I'm developing an app that I would like to deploy for iPhone 3.0, iPhone
I'm developing an iPhone app that is connected to a backend server. It needs
I am developing an App that will interface with a web server (PHP with
I'm developing an iPhone app that uses the built-in SQLite database. I'm trying to
I've been developing an iPhone app that uses a UIToolbar (in the context of
I am developing an iPhone app that displays several views, all acessed via Tab
I'm developing an iPhone app that features a tab-bar based navigation with five tabs.
I'm developing an iPhone app that has a network component. I'm developing the app

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.