我在Joomla的一段代碼中遇到問題。這可能與使PHP啓用的插件有關,但如果不是的話。PHP在頁面上傳遞變量
頁1具有形式
<form action="/index.php/bridge" method="POST" name="postcode">
<div><input style="height: 50px;" type="text" placeholder="Enter Your Postcode..." /> <input type="submit" value="Get Started today!" /></div></form>
的輸入文字變得我想越過
第2頁
<?php echo "test";
$postcode=1;
$poster=$_POST['postcode'];
echo $poster;
// You can place PHP like this
?>
不幸的是變量,郵政編碼不回顯