is there anyway for placing a session in include that is in the middle of the page e.g
The reason I want to do this is because, 3.php will be dynamically loaded into the page multiple times. After the first load, it doesn't recognize the session.PHP Code:include("1.php");
include("2.php");
include("3.php"); # This include contains session_start();



Reply With Quote

Bookmarks