使用iframe獲取數據庫信息以表格輸出,如何實現對每一行的修改,刪除
使用iframe獲取數據庫信息
<div?class="right"?id="show"> <div?class="showct"?style="display:?block"> ?<form?name="name1"?action="selectAllStudent"?method="post"> ?<iframe?name="showStudent"?src="selectAllStudent"?width="100%"?height="100px;"> </iframe> <input?type="submit"?name="提交"> </form> </div>
2016-04-06
好像可以用PHP的知識,用for循環實現