Home  >  Article  >  Web Front-end  >  Registration information page??_html/css_WEB-ITnose

Registration information page??_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:13:251021browse

想做个 网页录入的网页  先是录入信息  好多选项给人填写  然后 下面可以按条件查找 修改 记录



现在 录入部分太难看了 项目太多 堆起来太不美观  想弄成  比如     “用户基本信息”  这几个字 点一下 下面就显示 姓名 性别 等等的 信息 让人填写     “联系方式” 点一下 直前点过的“用户基本信息” 那项目就消失 直接就变 联系方式的 信息 填写框  类似的··    是不是 画好个 然后隐藏 点下项目就显示 出来 给人填写的? 我是这么想的 但是弄不来 
新手上路请多关照· 求详细代码 步骤···  我用dreamweaver的


回复讨论(解决方案)

像你说的用js就可以实现了

怎么弄呢?

js+css  先了解css吧,然后再过渡到jquery.
要学的东西还很多,如果基础不行那么就先别想那么多花俏的东西.

$conn=mysql_connect("localhost","xypi20","a16812343");
mysql_select_db("js");
mysql_query("set names 'gb2312'");
$kind = $_GET['id'];
/*session_start();
if(!isset($_SESSION['keyword']))


echo"<script>alert('请登录!');location.href='login.php';</script>";*/
echo $kind;
session_start();
$fuck=$_SESSION['keyword'];
echo $fuck;
if( $kind!=$fuck or !$fuck)

 echo"<script>alert('请登录!');location.href='login.php';</script>";
 
 
?>






Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn