Jump to content

PHP SDK


Recommended Posts

It's php scripts doing the function calls, not users. If you have 1 php page which several users visit, add some login system and only show the buttons that do function calls to approved users. If you just want to make sure that no php script calls the functions except yours, you could add an extra "password" argument to the functions which needs to be correct for them to execute.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...