Tengo un codigo en php y html lo que quiero es agregar un nuevo boton para hacer una actividad diferente dependiendo del boton seleccionado, pero no me funciona aqui escribo la parte del codigo que no me quiere funciona.
<?php
if($ok1 == "Todos") echo "me funciono";
?>
<form method="POST">
<table border='0'>
<tr>
<td>
<input type="submit" name = "ok1" value="Mostrar">
</td>
</tr>
<td>
<input type="submit" name="ok1" value="Todos">
</td>
</table>
</FORM>
Mil Gracias por cualquier ayuda
![borracho](http://static.forosdelweb.com/fdwtheme/images/smilies/borracho.png)