這是代碼<?phpecho "<table border='1' bordercolor='#F0000' cellspacing='0' align='center'><tr><td>";????? //輸出表格echo "<h2 style='color:#oo33ff'>鬧鐘程序</h2>";????????????????????????????????????????????? //輸出標(biāo)題date_default_timezone_get("Asia/ShangHai");????????????????????????????????????????????????? //設(shè)置時(shí)區(qū)echo "<h6 style='color:red'>今天是".date("Y-m-d H:i:s")."<H6>";?????????????????????????????? //輸出當(dāng)前時(shí)間echo "<form action='' method='post'>";echo "<input type='text' name='text' size'2'>年<input type'text' name='text2' size='2'>月";echo "<input type='text' name='text3' size'2'>日<br><input type'text' name='text4' size='2'>時(shí)";echo "<input type='text' name='text5' size'2'>分<input type'text' name='text6' size='2'>秒";echo "<br /><input type='submit' name='sub' value='定時(shí)'>";echo "</form>";$a=$_POST['text1'];$b=$_POST['text2'];$c=$_POST['text3'];$d=$_POST['text4'];$e=$_POST['text5'];$f=$_POST['text6'];$time = date(mktime($a,$b,$c,$d,$e,$f));$_SESSION['time']=$time;if($_POST[sub]){??? echo "<script>window.location.href='';</script>";}echo "</td></tr></table>";?>
為什么我的php一直說(shuō) 沒(méi)索引!下面是代碼
慕粉1948491900
2017-04-10 08:05:45