How to send POST variables to a url through Unity

I’m trying to send POST variables to a php file. any sugestions

Use WWWForm.

There’s a tutorial on design3 that walks through making high scores with Unity using WWW and PHP, but WWWForm isn’t used. I would definitely check out the documentation kevork suggested as well.