Help with API and PHP
Posted: Fri Sep 05, 2008 5:52 pm
I recently have had to do some work with some PHP code, and I'm looking to get some information about a few things.
Every page that accesses the database has code that looks something like the following:
Then always something like this:
$api->execute_api();
What is this? I've done work with mySQL before, but nothing like this. Where can I go to learn more? I don't even know what it is called. I've searched google for "PHP API", but I'm not getting much that seems relevant. I know this seems like a dumb question... but I just need a starting point, then I can go learn!
Thanks in advance for any help you can provide.
Every page that accesses the database has code that looks something like the following:
Code: Select all
$xml = "
<api_calls version=\"4.1.0\">
<dbconnect database=\"" [CODE DELETED] "\">
<command name=\" [CODE DELETED] "\" ";
$api->execute_api();
What is this? I've done work with mySQL before, but nothing like this. Where can I go to learn more? I don't even know what it is called. I've searched google for "PHP API", but I'm not getting much that seems relevant. I know this seems like a dumb question... but I just need a starting point, then I can go learn!
Thanks in advance for any help you can provide.