Hola!!
En el codigo tengo dos botones y me gustaria saber cual es el boton q pulso para asi llamar una pagina php.
html>
<head>
<tittle><h1><hr>
Lista de Peliculas
</h1></tittle>
</head>
<body bgcolor = "Orange">
<form action = "Principal2.php" method = post>
<?
echo "<input type = 'submit' value = 'Listado'>";
echo "<br>";
echo "<input type = 'submit' value = 'Ordenar por Título'>";
echo "<hr>";
?>
</body>
</html>
Gracias.