2016年6月4日
摘要: 显示页面: <body> <table width="100%" border="1" cellpadding="0" cellspacing="0"> //创建一个民族表表格<tr> <td>民族代号</td> //建列 <td>民族名称</td> //建列 <td>操作</td> //建列</t 阅读全文
posted @ 2016-06-04 22:54 By_The_Way 阅读(27804) 评论(0) 推荐(0)
摘要: 显示页面(用户可见) <body><form action="chuli.php" method="post"> //将该页面接收的数据,交给chuli页面来处理<div>民族代号:<input type="text" name="code" /></div> //创建一个div,放入接收器来接收c 阅读全文
posted @ 2016-06-04 22:24 By_The_Way 阅读(2817) 评论(0) 推荐(0)
摘要: 只是后端修改页面,不需要在前端显示的可以删除原有代码只输入<?php 开始编写语言即可,后面的?>也可以省略 //造一个连接$connect = @mysql_connect("localhost","root","123");//该语句为最简单的造连接的语句,对于PHP5来说太老,会提醒该语句会被 阅读全文
posted @ 2016-06-04 21:29 By_The_Way 阅读(1155) 评论(0) 推荐(1)