What does this do?
This extension allows you to call php functions from a server-side php file, in an easy and seamless fashion.
Why would I want to do that?
PHP is a versatile language that is useful for doing server-side tasks, such as manipulating databases, and storing large amounts of data for extended periods of time.
Give me an example
Direct MYSQL database functionality for login systems, scoreboards, etc.
Use
phpFunction(url,0) or phpFunction(url,1) depending on whether to use async or not.
I've included a basic and advanced install guide. There is also a tutorial on how to use this plugin to create a login system HERE
Edited by stoneyftw, 13 January 2013 - 04:22 AM.