Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/12/2009, 12:28
Avatar de dcreate
dcreate
 
Fecha de Ingreso: octubre-2009
Ubicación: Veracruz
Mensajes: 536
Antigüedad: 14 años, 6 meses
Puntos: 22
Respuesta: Calculadora php,

esta bien, como dice hidek1 solo cambias el print pero aparte tienes esto

Código html:
Ver original
  1. <form action="calculadora.html" method="get">

deberias cambiarla a una pagina php

Código html:
Ver original
  1. <form action="calculadora.[COLOR="Red"]php[/COLOR]" method="get">