{"id":157,"date":"2024-08-28T05:04:03","date_gmt":"2024-08-28T05:04:03","guid":{"rendered":"https:\/\/codingindialab.com\/blog\/?p=157"},"modified":"2026-04-06T04:59:04","modified_gmt":"2026-04-06T04:59:04","slug":"real-time-chat-application-using-php-with-source-code","status":"publish","type":"post","link":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/","title":{"rendered":"Real time Chat Application Using PHP With Source Code"},"content":{"rendered":"<p>By creating a real-time chat application, you can greatly increase user interaction on your website. It allows users to communicate instantly, send files, and do much more, which makes it a very important tool for many platforms. In this blog, you will learn what a real-time chat application is, what are its advantages, and how you can download its free source code.<\/p>\n<h2>What is a Online chat script in php?<\/h2>\n<p>Real-Time Chat is an application that helps users to send and receive messages with each other. Unlike traditional messaging systems where users have to refresh the page repeatedly to send a message, which makes user interaction very poor. On this real-time chat application, you can send and receive your messages without refreshing the page. As you must have seen on Facebook and WhatsApp, when you send a message, the message reaches the other person immediately.<\/p>\n<h2>Advantages of a Free online chat script in php<\/h2>\n<p><strong>Instant Communication:<\/strong> Using real-time chat scripts, users can instantly send and receive messages simultaneously.<\/p>\n<p><strong>Enhanced User Engagement:<\/strong> Due to real-time user interaction, the platform seems very busy due to which one loses track of time and people keep talking to each other for long hours.<\/p>\n<p><strong>Improved Customer Support:<\/strong> Real-time chat is very useful and beneficial for your business because if a user has any query regarding your product, he can ask his query immediately on real-time chatting, due to which you can create a very good interaction with the user, which can increase the trust of the user towards your business a lot.<\/p>\n<h2>How to Build a Real-Time Chat Project in JavaScript?<\/h2>\n<p>Building a real-time chat application involves a lot of steps including creating the logic in the user interface, and server-side scripting, where the user data is stored, here is a step-by-step guide, you can check out step by step:<\/p>\n<h3>Step 1: Sign-Up Form Design<\/h3>\n<p>Sign-Up Form is the first step of your chat application you create a sign-up form where user add their details in the form like first name, last name, email, password, photo, etc. By using CSS sign-up form the sign-up form has been made user-friendly so that the user&#8217;s interaction is as simple.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-158 size-full\" src=\"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/sign-in.webp?resize=640%2C478&#038;ssl=1\" alt=\"Sign-in-form\" width=\"640\" height=\"478\" \/><\/p>\n<p style=\"text-align: center;\">Sign in form diagram<\/p>\n<p>&nbsp;<\/p>\n<h3>Step 2: Login Form Design<\/h3>\n<p>After signing up, there should be a login form for the user to access the chat application. Generally, email ID and password are used to access the chat application. Users enter their email ID and password in the login form and can access it. The design of the login form should be made user-friendly.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-159 size-full\" src=\"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/login.webp?resize=640%2C435&#038;ssl=1\" alt=\"Login-from\" width=\"640\" height=\"435\" \/><\/p>\n<p style=\"text-align: center;\">Log in form diagram<\/p>\n<h2>Technical Requirements<\/h2>\n<p>To build a real-time chat script, you will need to use the following technologies:<\/p>\n<p><strong>HTML:<\/strong> By using HTML you can design a Login and sign-up form and you can also design its button. By using HTML you can design a chat box.<\/p>\n<p><strong>CSS:<\/strong> By using CSS you can make the HTML structure even more beautiful, which will make your application look very attractive and users will like to use it more.<\/p>\n<p><strong>JavaScript:<\/strong> JavaScript is used on the Line site to enable real-time features such as instant sending and receiving of your messages, notifications, and dynamic user interface updates.<\/p>\n<p><strong>PHP:<\/strong> PHP is used to store data on the server which may contain user information or user messages.<\/p>\n<p>Are you looking to convert HEX to Pantone online? Our tool simplifies your color workflow. Try our\u00a0<a href=\"https:\/\/codingindialab.com\/tools\/hex-to-pantone-converter\/\" target=\"_blank\" rel=\"noopener\"><b data-stringify-type=\"bold\">HEX to Pantone converter online<\/b><\/a>\u00a0for free\u2014no sign-up required.<\/p>\n<h2>Key features of the real-time chat application:<\/h2>\n<p><strong>Instant Messaging:<\/strong> Enables users to send as well as receive messages simultaneously without refreshing the page, providing a seamless chat experience.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-160 size-full\" src=\"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/Dashboard-Home.webp?resize=640%2C285&#038;ssl=1\" alt=\"instant-message\" width=\"640\" height=\"285\" \/><\/p>\n<p style=\"text-align: center;\">Instant Message Diagram<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Notification Sound:<\/strong> When a user sends any type of text, a notification sound automatically plays as you might have seen on platforms like WhatsApp or Facebook.<\/p>\n<p><strong>Message Delete Option:<\/strong> There is a feature in it that if a user sends any message by mistake, then he can easily delete that message. This is a built-in feature.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-161 size-full\" src=\"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/Screenshot_2.webp?resize=640%2C251&#038;ssl=1\" alt=\"delete-message\" width=\"640\" height=\"251\" \/><\/p>\n<p style=\"text-align: center;\">Instant Message Diagram<\/p>\n<p><strong>Video Send Option:<\/strong> You can also share your video in a real-time chatting application. We have provided this feature for the user so that the user can use this feature.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-162 size-full\" src=\"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/Dashboard-Home-1.webp?resize=640%2C261&#038;ssl=1\" alt=\"video-send-option\" width=\"640\" height=\"261\" \/><\/p>\n<p><strong>Image Send Option:<\/strong> Users can also send and receive their images, preview them, and even download them.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-163 size-full\" src=\"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/Screenshot_3.webp?resize=640%2C251&#038;ssl=1\" alt=\"image-send-option\" width=\"640\" height=\"251\" \/><\/p>\n<p><strong>Emoji Send Option:<\/strong> Users can also use emojis in their text messages. Emojis play a very important role in your text message. It tells your image to the listener what emotion you are expressing in your text message.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-164 aligncenter\" src=\"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/Dashboard-Home-2.webp?resize=640%2C245&#038;ssl=1\" alt=\"emoji-send-options\" width=\"640\" height=\"245\" \/><\/p>\n<p><strong>Visible Link in Text Message:<\/strong> When you share any kind of link, your link is shown as a visible link. You can easily click on that link and get redirected to the given link.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-165 aligncenter\" src=\"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/Dashboard-Home-3.webp?resize=640%2C258&#038;ssl=1\" alt=\"visible link in text messages\" width=\"640\" height=\"258\" \/><\/p>\n<p><strong>User Online\/Offline Status:<\/strong> Users can easily check how many users are currently online or offline.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-166 aligncenter\" src=\"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/Screenshot_4.webp?resize=640%2C325&#038;ssl=1\" alt=\"Users-online-offline-status\" width=\"640\" height=\"325\" \/><\/p>\n<p><strong>Search Users:<\/strong> Just like the way users are searched on big platforms like Facebook, WhatsApp, and Instagram, we have also created a similar user search filter from where you can easily search users and start conversion with them.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-167 aligncenter\" src=\"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/Screenshot_5.webp?resize=487%2C562&#038;ssl=1\" alt=\"search-options\" width=\"487\" height=\"562\" \/><\/p>\n<p><strong>Show Deleted Messages Like WhatsApp:<\/strong><br \/>\nOn big platforms, when you have sent a message to someone and you delete that message, a message is displayed that this message has been deleted. Similarly, we have also added this feature, so whenever a user deletes any type of message, it is automatically displayed on the user ID sent to him that this message has been deleted.<\/p>\n<div class=\"downlaod-button-area\">\n<a href=\"https:\/\/www.youtube.com\/watch?v=lgQdmxcHQRU&amp;t=106s\" target=\"_blank\" rel=\"noopener\">Demo<\/a><br \/>\n<a id=\"download-btn\" href=\"#\">Download File<\/a><\/p>\n<div id=\"countdown\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>By creating a real-time chat application, you can greatly increase user interaction on your website&#8230;.<\/p>\n","protected":false},"author":1,"featured_media":213,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[2,3,4],"tags":[],"class_list":["post-157","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-html","category-jquery","category-php"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Real time Chat Application Using PHP With Source Code<\/title>\n<meta name=\"description\" content=\"Download a real-time chat application using PHP. Get the full source code and a step-by-step guide to build your own live messaging platform.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Real time Chat Application Using PHP With Source Code\" \/>\n<meta property=\"og:description\" content=\"Download a real-time chat application using PHP. Get the full source code and a step-by-step guide to build your own live messaging platform.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/\" \/>\n<meta property=\"og:site_name\" content=\"Buy Tools - Coding India Lab\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-28T05:04:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-06T04:59:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/real-tim-chat-application-using-html-cssjavascript-php-free-source-code-1-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/real-time-chat-application-using-php-with-source-code\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/real-time-chat-application-using-php-with-source-code\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/#\\\/schema\\\/person\\\/94a2d1f0e37a9a178ed9cd0a3aa7f3ce\"},\"headline\":\"Real time Chat Application Using PHP With Source Code\",\"datePublished\":\"2024-08-28T05:04:03+00:00\",\"dateModified\":\"2026-04-06T04:59:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/real-time-chat-application-using-php-with-source-code\\\/\"},\"wordCount\":914,\"image\":{\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/real-time-chat-application-using-php-with-source-code\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/codingindialab.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/real-tim-chat-application-using-html-cssjavascript-php-free-source-code-1-1.webp?fit=1920%2C500&ssl=1\",\"articleSection\":[\"html\",\"jquery\",\"php\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/real-time-chat-application-using-php-with-source-code\\\/\",\"url\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/real-time-chat-application-using-php-with-source-code\\\/\",\"name\":\"Real time Chat Application Using PHP With Source Code\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/real-time-chat-application-using-php-with-source-code\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/real-time-chat-application-using-php-with-source-code\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/codingindialab.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/real-tim-chat-application-using-html-cssjavascript-php-free-source-code-1-1.webp?fit=1920%2C500&ssl=1\",\"datePublished\":\"2024-08-28T05:04:03+00:00\",\"dateModified\":\"2026-04-06T04:59:04+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/#\\\/schema\\\/person\\\/94a2d1f0e37a9a178ed9cd0a3aa7f3ce\"},\"description\":\"Download a real-time chat application using PHP. Get the full source code and a step-by-step guide to build your own live messaging platform.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/real-time-chat-application-using-php-with-source-code\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codingindialab.com\\\/blog\\\/real-time-chat-application-using-php-with-source-code\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/real-time-chat-application-using-php-with-source-code\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/codingindialab.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/real-tim-chat-application-using-html-cssjavascript-php-free-source-code-1-1.webp?fit=1920%2C500&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/codingindialab.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/real-tim-chat-application-using-html-cssjavascript-php-free-source-code-1-1.webp?fit=1920%2C500&ssl=1\",\"width\":1920,\"height\":500,\"caption\":\"real-tim-chat-application-using-html-cssjavascript-php-free-source-code\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/real-time-chat-application-using-php-with-source-code\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Real time Chat Application Using PHP With Source Code\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/\",\"name\":\"Coding India\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/#\\\/schema\\\/person\\\/94a2d1f0e37a9a178ed9cd0a3aa7f3ce\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cd5a9365f6d133d34466f8b64e07682be41ad59e15e64b8bda642df41823202e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cd5a9365f6d133d34466f8b64e07682be41ad59e15e64b8bda642df41823202e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cd5a9365f6d133d34466f8b64e07682be41ad59e15e64b8bda642df41823202e?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/codingindialab.com\\\/blog\"],\"url\":\"https:\\\/\\\/codingindialab.com\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Real time Chat Application Using PHP With Source Code","description":"Download a real-time chat application using PHP. Get the full source code and a step-by-step guide to build your own live messaging platform.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/","og_locale":"en_US","og_type":"article","og_title":"Real time Chat Application Using PHP With Source Code","og_description":"Download a real-time chat application using PHP. Get the full source code and a step-by-step guide to build your own live messaging platform.","og_url":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/","og_site_name":"Buy Tools - Coding India Lab","article_published_time":"2024-08-28T05:04:03+00:00","article_modified_time":"2026-04-06T04:59:04+00:00","og_image":[{"width":1920,"height":500,"url":"https:\/\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/real-tim-chat-application-using-html-cssjavascript-php-free-source-code-1-1.webp","type":"image\/webp"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/#article","isPartOf":{"@id":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/"},"author":{"name":"admin","@id":"https:\/\/codingindialab.com\/blog\/#\/schema\/person\/94a2d1f0e37a9a178ed9cd0a3aa7f3ce"},"headline":"Real time Chat Application Using PHP With Source Code","datePublished":"2024-08-28T05:04:03+00:00","dateModified":"2026-04-06T04:59:04+00:00","mainEntityOfPage":{"@id":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/"},"wordCount":914,"image":{"@id":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/real-tim-chat-application-using-html-cssjavascript-php-free-source-code-1-1.webp?fit=1920%2C500&ssl=1","articleSection":["html","jquery","php"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/","url":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/","name":"Real time Chat Application Using PHP With Source Code","isPartOf":{"@id":"https:\/\/codingindialab.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/#primaryimage"},"image":{"@id":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/real-tim-chat-application-using-html-cssjavascript-php-free-source-code-1-1.webp?fit=1920%2C500&ssl=1","datePublished":"2024-08-28T05:04:03+00:00","dateModified":"2026-04-06T04:59:04+00:00","author":{"@id":"https:\/\/codingindialab.com\/blog\/#\/schema\/person\/94a2d1f0e37a9a178ed9cd0a3aa7f3ce"},"description":"Download a real-time chat application using PHP. Get the full source code and a step-by-step guide to build your own live messaging platform.","breadcrumb":{"@id":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/#primaryimage","url":"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/real-tim-chat-application-using-html-cssjavascript-php-free-source-code-1-1.webp?fit=1920%2C500&ssl=1","contentUrl":"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/real-tim-chat-application-using-html-cssjavascript-php-free-source-code-1-1.webp?fit=1920%2C500&ssl=1","width":1920,"height":500,"caption":"real-tim-chat-application-using-html-cssjavascript-php-free-source-code"},{"@type":"BreadcrumbList","@id":"https:\/\/codingindialab.com\/blog\/real-time-chat-application-using-php-with-source-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codingindialab.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Real time Chat Application Using PHP With Source Code"}]},{"@type":"WebSite","@id":"https:\/\/codingindialab.com\/blog\/#website","url":"https:\/\/codingindialab.com\/blog\/","name":"Coding India","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codingindialab.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/codingindialab.com\/blog\/#\/schema\/person\/94a2d1f0e37a9a178ed9cd0a3aa7f3ce","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/cd5a9365f6d133d34466f8b64e07682be41ad59e15e64b8bda642df41823202e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/cd5a9365f6d133d34466f8b64e07682be41ad59e15e64b8bda642df41823202e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cd5a9365f6d133d34466f8b64e07682be41ad59e15e64b8bda642df41823202e?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/codingindialab.com\/blog"],"url":"https:\/\/codingindialab.com\/blog\/author\/admin\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/codingindialab.com\/blog\/wp-content\/uploads\/2024\/08\/real-tim-chat-application-using-html-cssjavascript-php-free-source-code-1-1.webp?fit=1920%2C500&ssl=1","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/codingindialab.com\/blog\/wp-json\/wp\/v2\/posts\/157","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codingindialab.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codingindialab.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codingindialab.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codingindialab.com\/blog\/wp-json\/wp\/v2\/comments?post=157"}],"version-history":[{"count":6,"href":"https:\/\/codingindialab.com\/blog\/wp-json\/wp\/v2\/posts\/157\/revisions"}],"predecessor-version":[{"id":449,"href":"https:\/\/codingindialab.com\/blog\/wp-json\/wp\/v2\/posts\/157\/revisions\/449"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codingindialab.com\/blog\/wp-json\/wp\/v2\/media\/213"}],"wp:attachment":[{"href":"https:\/\/codingindialab.com\/blog\/wp-json\/wp\/v2\/media?parent=157"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codingindialab.com\/blog\/wp-json\/wp\/v2\/categories?post=157"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codingindialab.com\/blog\/wp-json\/wp\/v2\/tags?post=157"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}