j3sus
01-17-2009, 02:45 PM
Alright well I have my website http://kateo.net/ and I got a usersystem and started to make it my own and on my template there is
<?php
include '../vars.php';
echo $somevars;
?>
That was when I was using:
http://kateo.net/account/
But now I want to use:
http://account.kateo.net/
When I go to it though the variables do not show...
<?php
include '../vars.php';
echo $somevars;
?>
That was when I was using:
http://kateo.net/account/
But now I want to use:
http://account.kateo.net/
When I go to it though the variables do not show...