使用iframe獲取數(shù)據(jù)庫信息以表格輸出,如何實現(xiàn)對每一行的修改,刪除
使用iframe獲取數(shù)據(jù)庫信息
<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循環(huán)實現(xiàn)