(Aug 11th, 2011, 9:49 AM)Ben Wrote: 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:
PHP Code:require_once("form/global/api/api.php");
Let me know if that doesn't work!
- Ben
Ben,
I actually have the require as a direct URL with no joy.
Code:
require_once("http://www.siteurl.com/form/global/api/api.php");
Any other ideas?
Thanks!
Mikael