Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/03/2010, 19:20
Avatar de zreep
zreep
 
Fecha de Ingreso: octubre-2009
Ubicación: Argentina
Mensajes: 534
Antigüedad: 14 años, 6 meses
Puntos: 12
Respuesta: buscador en cero

este?

Código PHP:
<form action="index.php" method="POST">

            <?php

                $buscar
=$_GET['buscar'];

            
?>

                <tr>

                    <td><input type=text name=buscar size=35 class=btn2 value=<?php echo($buscar);?>></td>

                    <td><input type=submit value=buscar class=btn></td>

                </tr>

        </form>
y donde pongo aca que este en cero?