Also ich habe ihn jetzt so eingebunden aber er zählt leider nicht. Vielleicht ist das ja falsch wie ich es gemacht habe?
PHP-Code:
/*
// Example of how to include a seperate file:
ob_start();
include('yourheader.html');
$your_code = ob_get_contents();
ob_end_clean();
$chCounter_visible = 0;
$chCounter_status = 'active';
include( '/homepages/10/d11005368952/htdocs/counter/counter.php' );
// Now place a reference to $your_code where you want the resulting HTML to be displayed.
// This will most likely be the header or footer template.
*/
Lesezeichen