PHP Mysql Connection

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

Your in the wrong section, this should go into scripting, it has nothing to do with multiplayer.

well it’s for an online multiplayer game, but thanks i’ll try it there.

To answer your question, yes.

If you want to know how I suggest you look at the WWW docs.