Hey, I need help including a php file my website page to display a text counter number which has been created in php.
I enter in the following code for the include;
I am entering this php code into a div tag;<?php include"http://novaone.co.uk/tools/counter/index.php"; ?>
Do you think entering it into the dic tag would make it fail?<div id="footer"> <?php include"http://novaone.co.uk/tools/counter/index.php"; ?> </div>





Reply With Quote


