|
Another way to include a php file?
i have this code I need to insert into my site:
<?
include "/directory/of/file/public_html/cnstats/cnt.php";
?>
but when I do insert it creates some bad mysql errors.....is there a way to include this another way other than the way I have shown above?
|