Commit 10d508d3 by jackzhou

添加carton列表页面

parent 25446dca
......@@ -97,9 +97,9 @@
for($i=0; $i<$newsNum; $i++){
$row = mysqli_fetch_assoc($result);
/* echo "<tr>";*/
/*echo "<div>编号:{$row['id']}</div>";*/
/*echo
echo "<tr>";
echo "<div>编号:{$row['id']}</div>";
echo
"
<div class=\"col-padding animate-box\" data-animate-effect=\"fadeInLeft\">
<div class=\"blog-entry\">
......@@ -124,7 +124,7 @@
</div>
</div>
</div>
";*/
";
}
// 5. 释放结果集
mysqli_free_result($result);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment