• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

HTML and PHP

txcrew

New Member
I am trying to post this code in html:

<?php

include ("http://fpreels.host.sk/dcount/config.inc.php");
if ($COUNT_CFG['use_db']) {
include ("http://fpreels.host.sk/dcount/mysql.class.php");
}
include ("http://fpreels.host.sk/dcount/counter.class.php");

$counter = new dcounter();
$visits = $counter->show_counter(); /* Returns an associative array */

echo $visits['total'];

echo $visits['visits_today'];


?>


but it does not seem to work

what am I doing wrong?
Please help!!
 
Back
Top