Nobody huh?
Well I already figured it out myself ??
For anyone looking for an answer to the same question,
this did the trick:
<?php
$entrytitle = single_post_title(’Entry: ‘, FALSE );
define( "_BBC_PAGE_NAME", $entrytitle );
define("_BBCLONE_DIR", "bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);
?>