can i use unity and php to develop a multi player game

hi all
at first im sorry for my awful English
i want to develop a multi-player game
can i use php to sync players?
for example if any player moves then c# send a json to php script and php send info to another device to move the object
thanks for your answers

Hi,

Absolutely.

This can can be accomplished by using the built in JSON serializer you can then send and receive the data through the WWWForm class. You’re just going to have to make sure your headers are properly configured for the WWWForm and that you are serializing and deserializing appropriately.

@ctalystnetwork

i should send hit to server every quarter second to get and write updates?