May 10th, 2013, 11:25 AM
HI Alok,
The path to the API needs to be an absolute or relative path to on your server not the URL.
require_once("http://imanage4you.com/f_tools/global/api/api.php"); should be something like
require_once("/server/www/f_tools/global/api/api.php"); Please note "/server/www/" is just an example.
Cheers,
Joe
The path to the API needs to be an absolute or relative path to on your server not the URL.
require_once("http://imanage4you.com/f_tools/global/api/api.php"); should be something like
require_once("/server/www/f_tools/global/api/api.php"); Please note "/server/www/" is just an example.
Cheers,
Joe