Home / Scripts & Code / PHP Scripts / Chat
TinyChat - Simple Chat PHP ScriptTinyChat - Simple Chat PHP Script
TinyChat is a simple chat application which can also be used very easily as a shoutbox.Home / Scripts & Code / PHP Scripts / Chat
TinyChat - Simple Chat PHP Script
TinyChat is a simple chat application which can also be used very easily as a shoutbox.4 Support questions or comments
Please login or create an account to post a question or comment.
-
Oct 4, 2021Is it adaptive to mobile version? Thanks
-
Oct 4, 2021Endober AuthorHi Anunciese, I created it with Bootstrap. Hence it is a responsive design.
-
Aug 21, 2021steveshead PurchasedWhen adding an emoticon I get the error: Error: Incorrect string value: '\xF0\x9F\x8D\xBB' for column 'message' at row 1. Please let me know how to fix that!
- View 1 more reply
-
Aug 21, 2021steveshead PurchasedI didn't add or change anything - I created the database, imported the SQL file and tested. Text works just fine - emoji's do not.
-
Aug 22, 2021Endober AuthorThen it will probably be due to a wrong MySQL character set, please create a database with character set "utf8mb4_unicode_ci" so there should be no more problems.
Many greetings,
Endober -
Aug 22, 2021steveshead PurchasedI got it to work, but you might want to include the following instructions:
1. Set the database character set to "utf8mb4_unicode_ci" when creating the database
2. Add the follow to the bottom of the db.connect file
// Change character set to utf8mb4
mysqli_set_charset($conn,"utf8mb4"
Steve
-
Jul 21, 2021hello this code what kind because no details . this code same like this https://tinychat.com/#category=all