Javascript with php

Hello,
I’m working now on one project that needs database. I have MySQL database, table Users and php script for creating new user… Can I acces this script somehow in Unity? Or when someone wants to log in to game, how can I acces php script in javascript?

You can call the PHP script on a webserver via Unity’s WWW class.