I am using echo inside the HTML tr tag where I am getting an error. Here is my code. index.php <?php $i=0; while($row=mysql_fetch_array($ros)) { if($i%2==0) ...
確定! 回上一頁