Ver Mensaje Individual
  #5 (permalink)  
Antiguo 30/04/2009, 05:58
pincho
 
Fecha de Ingreso: mayo-2004
Ubicación: Argentina
Mensajes: 126
Antigüedad: 20 años
Puntos: 1
Respuesta: Problema con formulario php

Intenta con este formulario:

Código HTML:
<form name="form" method="get" action="insertar.php">
    
        <td width="10">
        <p>
                  <strong>TITULO:</strong>
                  <input name="titulo" type="varchar" value="" size="30" />
        </p>
        <p>
            <strong>ENLACE: </strong>
            <input name="enlace" type="text" value="" size="30" />
        </p>
        <p><input type="submit" name="accion" value="Insertar" />
        </p>
        </td>
    
    </form>