Hi Mikael,
Any time you get a blank page, there's either a really bad error that's preventing the page loading, or your require() line isn't point to the right location. Looks like the latter may be the case. Do you mean to do a relative path? If so, change it to:
Let me know if that doesn't work!
- Ben
Any time you get a blank page, there's either a really bad error that's preventing the page loading, or your require() line isn't point to the right location. Looks like the latter may be the case. Do you mean to do a relative path? If so, change it to:
PHP Code:
require_once("form/global/api/api.php");
Let me know if that doesn't work!
- Ben