Ver Mensaje Individual
  #5 (permalink)  
Antiguo 17/08/2007, 18:13
JinRoh
 
Fecha de Ingreso: febrero-2007
Mensajes: 48
Antigüedad: 17 años, 3 meses
Puntos: 0
Re: Como una hacer suma?

<form method="POST" action="formulario.php">
<div align="center"><span class="ThmFgFrameTitle">Pon aqui nonmbre : </span>
<input type="text" name="nombre">


<?php

if (isset($_POST['nombre'])){
$nombre = "*{$_POST['nombre']}";

echo $nombre; }
?>

<input name="submit" type="submit" value="Enter">
</div>
</form>

Solo he añadido una cosa, por cierto, el código era correcto.