Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/07/2009, 19:20
thezzin
 
Fecha de Ingreso: septiembre-2008
Mensajes: 350
Antigüedad: 15 años, 7 meses
Puntos: 31
Respuesta: sistema de calificacion de productos

Hola

Código PHP:
<?php
//Test 1
function sum($a,$b){
$total=$a+$b;
return 
$total;
}
echo 
"2 + 6 x 2 = " .sum(2+6*2); // =14
//Test 2
echo '<br /> = ';

$x 13;
echo 
$x+1//=14
?>
__________________
╬-----╬
║☺₧☻║
╬-----╬