我希望有人可以帮我解决这个问题.我是一名ASP程序员,不知道这在PHP中是如何工作的
echo '</textarea>
<input type="hidden" name="g_word" id="g_word" value="$_POST[g_word]" />
<input type="hidden" name="article_no" id="article_no" value="$_POST[article_no]" />
</form>';
Run Code Online (Sandbox Code Playgroud)
我如何使用$_POST[article_no]上面的例子?在asp我会像这样使用它"+Request.Form("article_no")+".我怎么用PHP做呢?
谢谢