hay guys new to frames with php
and things are really not visible to me
i need to know do i have to start a session in every page in the frames or its enough in the main page
and y iam not able to open a page in the main frame after submiting a form ???
here is my code
whats wrong in this i cant even get a POST value from the same frame ???
so what ive did in the TITLE frame is where i kept the sign in form always there so if ur signed in or out its from therePHP Code:<frameset ROWS="22%,*" cols="*" frameborder="no" >
<FRAME SRC="index1.php" NAME=TITLE SCROLLING=NO frameborder="no" noresize>
<FRAME src="index2.php" NAME="mainpage" SCROLLING=NO frameborder="no" noresize>
</FRAMESET>
and the main is where things view below like profile and main but i cant exchange variables ??




Bookmarks