Home >Backend Development >PHP Tutorial > ,帮忙看看上面代码哪里异常了 JS显示Stack overflow at line:0 复选框全选和单选的时候也有点有关问题

,帮忙看看上面代码哪里异常了 JS显示Stack overflow at line:0 复选框全选和单选的时候也有点有关问题

WBOY
WBOYOriginal
2016-06-13 13:23:32858browse

求助,急,帮忙看看下面代码哪里错误了 JS显示Stack overflow at line:0 复选框全选和单选的时候也有点问题




 


 

 
   
 
 
 
 
 
 
 
 
 
     
  $pagesize=10;
  $url=$_SERVER["REQUEST_URI"];
  $url=parse_url($url);
  $url=$url[path];

  //echo $url."
";

  $sql="select * from article ";

  $query = mysql_query($sql);

  $num=mysql_num_rows($query);


  if ($_GET[page]){
$pageval=$_GET[page];
$page=($pageval-1)*$pagesize;
$page.=',';
  }

  $SQL="select * from article limit $page $pagesize";
  $query=mysql_query($SQL);

  while($row = mysql_fetch_row($query)){
  ?>
 
 
 
 
 
 
日志日期 工作日志 费用日志 备注 合计 状态 操作
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