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.