ผมเคยเจอครับแบบนี้ ทั้งๆ ที่มีค่าบน address bar แต่ get มาใช้ไม่ได้ ให้คุณลองส่งค่าต่อท้ายแบบนี้ดู action="save_estchkmotor.php?........" แต่ของคุณน่าจะเปลี่ยนจาก get id เป็น get mID ครับ
Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?php
$p = $_GET['mID'];
switch($p) {
case "1":
include"est01.php";
break;
case "2":
echo 'Yahoo content ?<br style="clear:both;" />';
break;
case "3":
echo 'My hotmail content goes here...<br style="clear:both;" />';
break;
case "4": default:
echo 'Twitter status update :)<br style="clear:both;" />';
break;
case "5": default:
echo 'trfgt';
break;
case "6": default:
echo 'gtrhth';
break;
}
?>