Home > php教程 > php手册 > PHP手机号归属地查询程序代码

PHP手机号归属地查询程序代码

WBOY
Release: 2016-06-06 19:57:05
Original
1303 people have browsed it

欢迎进入Linux社区论坛,与200万技术人员互动交流 >>进入 }elseif ($_GET["action"]== "info" ){ leftnav(); getinfo(); ? /div /div ?php }elseif ($_GET["action"]=="edit"){ leftnav(); ? form action="manage.php?action=editp" method="PO

欢迎进入Linux社区论坛,与200万技术人员互动交流 >>进入

 

  }elseif ($_GET["action"]== "info" ){

  leftnav();

  getinfo();

  ?>

  

  

  

  }elseif ($_GET["action"]=="edit"){

  leftnav();

  ?>

  

  

手机号码:(至少7位)

  

详细资料:

  

  

  

  }elseif ($_GET["action"]== "loginout"){

  if (isset($_SESSION["flag"])){

  unset($_SESSION["flag"]);

  session_destroy();

  }

  echo "

登出

返回

";

  }elseif ($_GET["action"]=="editp"){

  leftnav();

  $num=$_POST["num"];

  $info=$_POST['info'];

  if (!empty($num) && !empty($info) && strlen($num)>=7 ){

  update($num,$info);

  }else{

  die ("不得为空!");

  }

  }elseif ("about"==$_GET["action"]){

  leftnav();

  showabout();

  }

  ?>

  

source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template