首頁
>>
產(chǎn)品展示
>>
Warning: Use of undefined constant smallclassname - assumed 'smallclassname' (this will throw an Error in a future version of PHP) in D:\wwwroot\2014jzsjhsp\pro_info.php on line 107
Notice: Undefined variable: rowsmall in D:\wwwroot\2014jzsjhsp\pro_info.php on line 107
>> echo "$lsname";?>
Warning: Use of undefined constant smallclassname - assumed 'smallclassname' (this will throw an Error in a future version of PHP) in D:\wwwroot\2014jzsjhsp\pro_info.php on line 107
Notice: Undefined variable: rowsmall in D:\wwwroot\2014jzsjhsp\pro_info.php on line 107
>> echo "$lsname";?>
include("public.inc.php");
$result = mysql_query("select * from cp where cpid='$_GET[cpid]' ");
$row = mysql_fetch_array($result);
?>
|
||||||||
上一個:
include("public.inc.php");
$rsmall = mysql_query("select * from cpsmallclass where smallclassid='$row[smallclassid]'");
$rowsmall = mysql_fetch_array($rsmall);
$result1 = mysql_query("select * from cp where smallclassid=('$rowsmall[smallclassid]') and cpid<'$_GET[cpid]' order by cpid desc ");
$num1 = mysql_num_rows($result1);
$rows1 = mysql_fetch_array($result1);
if($num1 == 0)
{
echo ('沒有了');
}
?>
Warning: Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in D:\wwwroot\2014jzsjhsp\pro_info.php on line 250 Notice: Undefined variable: rows1 in D:\wwwroot\2014jzsjhsp\pro_info.php on line 250 下一個: $result2 = mysql_query("select * from cp where smallclassid=('$rowsmall[smallclassid]') and cpid>'$_GET[cpid]' order by cpid Asc "); $num2 = mysql_num_rows($result2); $rows2 = mysql_fetch_array($result2); if($num2 == 0) { echo ('沒有了'); } ?> Warning: Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in D:\wwwroot\2014jzsjhsp\pro_info.php on line 268 Notice: Undefined variable: rows2 in D:\wwwroot\2014jzsjhsp\pro_info.php on line 268 |
||||||||