Categorized | PHP

How do you create a chat system between 2 computers using PHP without connecting them into the internet?

Posted on 09 July 2010 by Abidoon

with mysql i suppose.. and/or any web-based language.. but i prefer php and mysql.^^

please give me links and/or tips.

i really need to make this in 3 days. :’c

thank you. :)

Tags | , , , , , , , , , ,

2 Responses to “How do you create a chat system between 2 computers using PHP without connecting them into the internet?”

  1. Pete S says:

    You can’t do this without some kind of network, its required for the computers to communicate with each other. If you don’t have internet access, then bring along a router and assign the server an ip address and assign the client an ip address. Then you could access the server via its IP address (this is what really happens anyway on the internet). If you lack a router, and you have two laptops, you could try an ad hoc network.

  2. oracle says:

    You need at the bare minimum:

    One computer running a web server (the one with mysql), both computers with PHP installed and connecting to a network (this does not have to be connected to the internet), and then you would create a server and client (the server being on the web server) in PHP.

    http://www.hotscripts.com/category/php/scripts-programs/chat-scripts/

    HTH


Leave a Reply