Mam taką stronkę:
<html> <head> <meta http-equiv="Content-Type" content="text/html"; charset="UTF-8" /> <style type="text/css"> body { background-color: black; color:white; size: 16pt; text-align:center; } #pakiety{ margin: auto auto auto auto; width:800px; border: 1px outset silver; text-align: center; background-color: white; color:black; } tr[id~="naglowki"]{ background-color: 4C7F49; color:99FF93; } td[id~=tak]{ background-color: green; color:white; } td[id~=nie]{ background-color: red; color:white; } </style> <script type="text/javascript"> function przetwarzanie(id){ var el = document.getElementById(id); el.innerhtml='<img src="http://gifcenter.prv.pl/images/web8.gif" />'; } </script> </head> <body> <center> <?php mysql_connect('localhost', 'yyyl', 'xxx'); mysql_select_db('ssn'); $b = mysql_query("select * from miasta order by `id` DESC"); while($row = mysql_fetch_array($b)){ if($row['status']==1){ } else{ } echo "</tr>"; } ?> </table> </body> </html>
I po naciśnięciu przycisku Zrób nic nie robi. Czy ktoś widzi w czym jest problem?? Proszę o pomoc!