Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/04/2008, 19:15
Avatar de salbatore
salbatore
 
Fecha de Ingreso: abril-2007
Ubicación: Springfield
Mensajes: 1.567
Antigüedad: 17 años, 1 mes
Puntos: 19
Re: Introducir sesion en base de datos

Hola, GatorV:

Aun no se mucho php, jeje. Mira tengo el formulario siguiente, como lo pongo para hacerlo:


Código PHP:
<FORM ACTION="escribir2.php" METHOD="post">
   <
INPUT TYPE="text" NAME="titulo" SIZE=20 MAXLENGTH=20>
   <
INPUT TYPE="text" NAME="autor" SIZE=20 MAXLENGTH=20>
   <
textarea name="texto" cols="100" rows="10"></textarea>
   <
INPUT TYPE="submit" CLASS="boton" VALUE="escribir">
</
FORM
¿Que debo manipular?