Search found 17 matches

by Winawer
Tue Feb 09, 2010 6:03 pm
Forum: Programming Discussion
Topic: Browser Game
Replies: 16
Views: 1302

Re: Browser Game

I have my game which calls a function, lets call it "reloadStats()". It calls an XMLHttpRequest function that grabs a PHP page that goes into my database, outputs the values in a format I can understand, sends the page back to my javascript, parses it, and pastes it onto the users screen?...
by Winawer
Tue Feb 09, 2010 4:52 pm
Forum: Programming Discussion
Topic: Browser Game
Replies: 16
Views: 1302

Re: Browser Game

Hai I wanna maek a mmoe on teh broswer!1 Actually, I've been wondering how they are made. I would like to attempt some sort of game played in the browser that is multiplayer, but I know that won't happen, so I'd like to start at the basics. I know how to use MySQL databases and PHP and junk, but th...