Aug 13th, 2009, 8:42 PM
Hi Airmale,
If the path is ../formtools/global/api/api.php, the code should be:
The 200 error you mentioned - is that a Form Tools error code? If so, check out:
http://docs.formtools.org/api/?page=error_codes#200
- Ben
If the path is ../formtools/global/api/api.php, the code should be:
PHP Code:
// the path needs to be updated to include your api.php
$includes_folder = dirname(__FILE__);
require_once("$includes_folder/../formtools/global/api/api.php");
The 200 error you mentioned - is that a Form Tools error code? If so, check out:
http://docs.formtools.org/api/?page=error_codes#200
- Ben