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

WBOY
Release: 2016-06-13 10:34:05
Original
827 people have browsed it

求助,急,帮忙看看下面代码哪里错误了 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)){
  ?>
 
 
 
 
 
 
日志日期 工作日志 费用日志 备注 合计 状态 操作
Related labels:
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!