php 報修系統

源代码在线查看: 04.php

软件大小: 57 K
上传用户: ddddong
关键词: php 系統
下载地址: 免注册下载 普通下载 VIP

相关代码

								include("../config.php");
				include("../function.php");
				session_start();
				if($power_man!=$root)
					header("location:err.php");
				
				($link=mysql_pconnect($host,$user,$password))||die("can not link mysql");
				mysql_select_db($db,$link)||die("can not link dababase");
				
				function showdata(){
				global $table_auth;
				global $link;
				global $root;
				
				$sql="select * from $table_auth where account!='".$root."'";
				$result=mysql_query($sql,$link);
				
				$i=0;
				while($rows=mysql_fetch_array($result)){
				$name=$rows[name];
				$account=$rows[account];
				
				echo				
				 
					
					
				    $name
				    $account
				    			

相关资源