Tema
:
Suma Ayuda
Ver Mensaje Individual
#
2
(
permalink
)
31/07/2007, 08:31
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Re: Suma Ayuda
Código PHP:
<?php
$
1
=(int)
$_POST
[
'1'
];
$
2
=(int)
$_POST
[
'2'
];
$suma
=$
1
+ $
2
;
print
$suma
;
?>
Saludos.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV