I was making a php/mysql news based system so I was trying to display the content on the admin page..
Im displaying the table, but I want each row to be like a different background color, so its easier to see...
I tried
s=1
while($row = mysql_fetch_array($result, MYSQL_ASSOC))
{
if(s==1)...