Hi,
I am using a template with all the layout info like header and side bar with a blank coloumn right to the side bar.
i want to pplace all teh content and the main php database content in that balnk coloumn.
I am using
<?php
session_start();
if(!isset($v_user))
$v_user="false";
session_register("v_user");
//echo session_id();
include("template/head.php3");
include("template/top.php3");
?>
on the index.php3
the top.php3 contains the header and the side bar that i was talking about. the problem here is that when i check the index.php3 it starts from below the top.php3 and not inside the blank coloumn.
Please help me in this as i am new in php3
greetings and thanks,
Ash