We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Some times your PHP is configured that you can't include a PHP script that is on an external website/server into your local script
On your php.ini add this:
allow_url_fopen = On
allow_url_include = On