Can you make a script like a Chat script that can be downloaded from a site and work on your system to talk to other people kinda or make a game so other people can play it without having to worry about website urls????
Thank you
Raven Flock
PHP Question
Moderator: General Moderators
-
Raven-flock
- Forum Newbie
- Posts: 24
- Joined: Tue Apr 12, 2005 2:02 pm
-
Raven-flock
- Forum Newbie
- Posts: 24
- Joined: Tue Apr 12, 2005 2:02 pm
Check out http://www.priadoblender.com/ - it allows you to take a php script, and turn it into a .exe file for use on windows systems.Raven-flock wrote:Do they have to have PHP on there computers to do it or what? and how would i do that?
That coupled with php-gtk, and you have a decent system for building a downloadable game that people can play. Then add in some simple socket calls or even http calls, and you can have client<->server communication.