【发布时间】:2013-08-28 13:58:02
【问题描述】:
我有以下代码:
<form action="" method="post">
<input type="submit" name="ok" value="ÓK">
</form>
<?php
if (isset($_POST['ok']))
{
printf "OK";
}
?>
我希望在按下按钮后会出现另一个 html 代码
我不知道该怎么做
【问题讨论】:
-
我 - as well - 强烈推荐给thoroughly read our Ask Advice again(包括那里给出的所有链接)。