Error Message šHP Fatal error:
Uncaught Error: Call to undefined function load_template_() in /var/labsstorage/home/Wasim/htdocs/app/index.php:61
Stack trace:
#0 {main}
thrown in /var/labsstorage/home/Wasim/htdocs/app/index.php on line 61



##funtion in index.php
'<?php
include (ālibs/load.phpā);
?>'
##function in load.php
'<?php
function load($name){
include DIR . āapp/template/$nameā;
}'
?>
#funtion call in index.php
'
<?php
load_template(āheaderā);
?>'
what i made mistake???
pls resolve my problemā¦