im very new to php, ive never written any and this is only the 3rd script ive installed. Basically my site is loading really slowly and i am starting to think its a problem in the code, the site is located at http://www.get-profit.net
I think i have singled it out to the index page and not the header or footer (no php in them and they load perfectly on other pages)
Here is the only php code
<?php
import_request_variables("g","");
setcookie("referrerid", $ref); // one year
$pagetitle = 'Welcome';
include ('./_config.php');
include ('./funcs_general.php');
include ('./funcs_db.php');
ConnectDatabase();
?>
If ive done something wrong by posting this here, please tell me
Thanks
Evan