I’ve am working on a PHPMyAdmin connection in unity. I want to control the query in my unity script and then send it to php to run it. Then in PHP I echo the information back to unity where I put it in an array to work with. The problem is that the query I send to the PHP script changes when it sends to the URL. Is there a way to send variables to php from unity with the regular _POST method instead of the _GET method so the URL wont get involved?
Thanks in advance,
Tim