Okay, I think I'm doing everything right, but for whatever reason my include isn't working. <?php echo $_POST['status_code']; if ($_POST['status_code'] = "C") { include ('complete_save.php'); } ?> The echo of my status_code retruns the correct value so the if should trigger. This is my include page: <?php echo "test"; ?> VERY simple, but for some reason is not working????