what are the real time applications of php | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

what are the real time applications of php

1st Oct 2016, 9:54 AM
vivekananda
vivekananda - avatar
3 ответов
+ 1
With PHP, you can make al sorts of things, facebook was originally written in PHP.
8th Oct 2016, 7:47 AM
Tristan van Triest
Tristan van Triest - avatar
+ 1
PHP is originally designed for HTTP which is not suitable for real time applications. HTTP works with client requests and server responses. However there are libraries for PHP which extend its functionality by Websockets. Websockets enable real time data exchange between client and server and design of rich internet applications interacting in real time (e. g. chats, games etc.).
4th Nov 2016, 6:07 AM
Mojmír Volf
Mojmír Volf - avatar
- 1
IT acts as a interface between ur HTML page and sql(database) for eg :do you know any website login page whether it is Facebook or Gmail so I enter the name and password so the work of php is to give the name or check the information about the name and password in data base if there exists such user it will grant u access
4th Nov 2016, 4:13 AM
parimal katudia
parimal katudia - avatar