<?php require_once("../franchise_between/check_franchise.php"); if(isset($_GET['msg'])) { $_SESSION['msg']=$_GET['msg']; } if(isset($_GET['q'])) { $q=$_GET['q']; } header("Location: /franchise/".$q); ?>