PHP Fatal error: Call to undefined function?
问题 So i have a problem with my website when im hosting it on my webhost. i get this error: PHP Fatal error: Call to undefined function getSkillIcons() The weird thing is that locally(Xampp) it works just fine. This is how i included the function(in index.php): <?php include 'http://sub.website.com/incl/Settings.php'; ?> this is where i call it (index.php): <div class="panel-body" style="text-align:center"> <?php getSkillIcons(explode(',', skills)); ?> </div> This how i defined skills (settings