I need to include a library, which I have stored directly in public_html.
I can't seem to include it with this in the file abc.php which is also stored directly under public_html...
include_once '../sdk-core-php-master';
The error keeps telling me
PHP Warning: include_once(../sdk-core-php-master): failed to open stream: No such file or directory in /home/abc/domains/abc.com/public_html/abc.php
I tried many variations like adding more ../ in front but to no luck. Get same error. Please help. Thanks!