Tema: Formulario
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/11/2003, 14:54
Avatar de nuevo
nuevo
 
Fecha de Ingreso: mayo-2003
Ubicación: Spain
Mensajes: 2.009
Antigüedad: 20 años, 11 meses
Puntos: 2
formulario....

index.php
Código PHP:
<html>

    <
head>
        <
meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
        <
meta name="generator" content="Maguma Studio Profesional">
        <
title>Upload usando una classe</title>
    </
head>

    <
body bgcolor="#ffffff">
        <
p></p>
        <
div align="center">
            <
form action="accion.php" method="post">
                <
div align="center">
                    <
input name="dato1" type="text" size="40">
        <
br><br>
                    <
input name="boton1" type="submit" value="Aceptar y Enviar">
                    </
div>
            </
form>
        </
div>
    </
body>

</
html
accion.php

Código PHP:
<?php

echo $_POST['dato1'];

?>

__________________
3w.valenciadjs.com
3w.laislatv.com