Local Area messaging through PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shafee
    New Member
    • Oct 2014
    • 1

    Local Area messaging through PHP

    I there any way to send messages to the other domains in the network through PHP ?
    I want to create a web application, The application will be installed on all domains. If a person wants to send a message, The message should be receive by all the users ?

    Is there any way ?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    I there any way to send messages to the other domains in the network through PHP ?
    if you have a network address, PHP can make a connection.


    The message should be receive by all the users ?
    if the users connect to the web service, they can receive messages. you’ll find lots of tutorials when you ask google.

    Comment

    Working...