我發現下面的HTML表單代碼PHP函數調用直接爲HTML表單操作
<form action="<?php foo(bar)?>" method="post" enctype="multipart/form-data">
<label for="file">Filename:</label>
<input type="file" name="file" id="file"><br>
<input type="submit" name="submit" value="submit">
</form>
正常工作時foo(bar)
是在當前範圍內可用的功能。
我對php和html非常陌生,無法在線找到此功能的任何文檔。使用<?php foo(bar)?>
而不是調用腳本文件foo.php
有什麼缺點嗎?
謝謝分形理論澄清。經過一番調查發現,我的代碼實際上並沒有工作,正如你所建議的。 – Philiphorst 2014-09-04 13:14:53