Replies: 3
hi, i have a folder in the root of my website direct in the public_html of my website.
this folder i name backend on this folder i have a functions.php script that i need to had in my model template that i have made but on require_once this donc work
<?php require_once(“http://mywebsite.com/backend/functions.php”) ; ?>
fatal error happen… why i can use this like normal website???