save item to sql database

iam making a new fps game and i make an inventory system and need to save the item in the databse by php and c# wwwform need and example or tutorial

Just google it, doing a GET or POST isn’t very hard but it also depends on the api you built on the sever end.

http://stackoverflow.com/questions/8951489/unity-get-post-wrapper

thank i will see it i know get and post and make to login system using them i need an example on ow to save the items in the database

Well if its a database on a web sever you are just interacting with a api you built on the server using get and post. If it is a local db you would need to integrate something like sqlite into unity.

I can’t tell you how to interact with a db on a webserver since I don’t know what kinda api you got built around that database.

ه

i make my own dedicated server in my home for the website and the game and i download unity master server