Forum Moderators: coopster
This is also in the other php file that is called upon yet the data that is entered into that text field never carries on...any clue why?
territory is actually being written to the session: <?php session_start(); $field_territory = ""; if (isset($_SESSION['territory'])) { $field_territory = $_SESSION['territory']; } elseif ($_POST['territory']) { //Assuming form uses POST method $_SESSION['territory'] = $_POST['territory']; $field_territory = $_SESSION['territory']; } ?> <edit>Welcome to WebmasterWorld, briesm!</edit>