Hi, new to all this and cluless still, but trying.
I have a CMS, and a bloghosting script. Within the CMS I pull some things from the bloghosting database and place them inside. I use, in the header, this:
<?php
include "mysqlcon.php";
include "functions.php";
?>
And it works.
But I have a...