PHP Question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Raven-flock
Forum Newbie
Posts: 24
Joined: Tue Apr 12, 2005 2:02 pm

PHP Question

Post by Raven-flock »

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
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

yup
Raven-flock
Forum Newbie
Posts: 24
Joined: Tue Apr 12, 2005 2:02 pm

Post by Raven-flock »

Do they have to have PHP on there computers to do it or what? and how would i do that?
Raven-flock
Forum Newbie
Posts: 24
Joined: Tue Apr 12, 2005 2:02 pm

Post by Raven-flock »

Im trying to make a game so i can put it on my site so people can download it and play it on there computers against other players and stuff but i just dont know how to get exp and gold and stuff working on it :?
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

Raven-flock wrote:Do they have to have PHP on there computers to do it or what? and how would i do that?
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.

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.
Post Reply