Apr 24th, 2010, 8:20 AM
Hi John,
I know my business partner responded via email, but just for everyone else: the require(), require_once(), include() and include_once() PHP functions all take paths, not URLs. So you'll need to pass the relative or absolute path to the function, not the URL of the api.php file.
Good luck!
- Ben
I know my business partner responded via email, but just for everyone else: the require(), require_once(), include() and include_once() PHP functions all take paths, not URLs. So you'll need to pass the relative or absolute path to the function, not the URL of the api.php file.
Good luck!
- Ben