这个问题有很多答案,看了下面好多写的不规范,我晒出这个看看
标题 | 时间 |
标题 | 时间 |
while($row=mysql_fetch_array($result))
{
$red = '#FF0000';
$blue = '#0000FF';
$bgcolor = ($bgcolor == $blue) ? $red : $blue;
?>
$sql="select * from a order by id desc limit 0,6";
require 'conn.php';
$c = "color=\"#red\"";
while($row=mysql_fetch_array($result))
{
if ($c == "color=\"#red\"") {
$c = "color=\"#blue\"";
} else $c = "color=\"#red\"";
?>
$sql = "SELECT * FROM a ORDER BY id DESC LIMIT 0,6";
require 'conn.php';
?>
标题 | 时间 |