|
I am making a game that requires a great deal of calculations to be done on the server to then communicate with a mysql database. I do not know much about the network class and was wondering if i should use It for this or just use the WWW class to communicate with php?
(comments are locked)
|
|
My vote, definiltely use WWW. Certainly, at first ! Never fuss about communication layers, just improve them aferwards if necessary. I love just using simple, stateless URL calls for server side stuffs. Why write a whole realtime server unless it's profoundly necessary? Be sure to get https set up on your domain. Ok so how it would work is i would use www to send a variable to php, then the php would take care of the rest of the math and send the result back to the www class right?
Jun 24 '12 at 01:09 AM
filler03
that is utterly correct, yes. 100% correct. But could you pleae THUMB or TICK useful answers, to keep the site tidy. and if possible just use the one screen name !
Jun 24 '12 at 07:27 AM
Fattie
Woah i didnt realize i could do that yet iv tried it before and it wouldnt let me. Ill start doin it now that i can do it thanks man.
Jun 24 '12 at 04:16 PM
filler03
(comments are locked)
|

I guess your question title has a typo,
Network class vs WWW ...
I didn't know if the 2 were supposed to be used together or if they were entirely seperate sorry.