How do you create a chat system between 2 computers using PHP without connecting

scarshin09

New member
them into the internet? 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. :)
 
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.
 
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.
 
Back
Top