still not getting anywhere no matter what i change here, nothing happens
PHP Code:
eval('$HTML = "' . fetch_template('name of template') . '";');
Lets say I change it to
PHP Code:
eval('$HTML = "' . fetch_template('./Articles/Articles_Main.php') . '";');
still nothing happens, so obviously i need to change something else but what?
I know I'm terrible, I really need things spelt out!