I'm working on a bug report button in PHP but how can unity connect with php? I understand nothing of that class www
can anyone help
I'm working on a bug report button in PHP but how can unity connect with php? I understand nothing of that class www
can anyone help
What you are looking for is the WWWForm class.
The WWW class and PHP are not related at all. All the WWW class does is assist in pulling data off the internet (from a URL). PHP is a server-side programming language with a heavy concentration in web development. You could use the System.Net class to retrieve data from the internet, and you could use ASP on your server to post the data, the point is the two aren't related at all.