miércoles, 21 de septiembre de 2011

Correciones de codigos y ayudas

<html>
<head>
    <title>actividad</title>
</head>
<body> 
<?php
?
@import_request_variable("GPC");
//producir salida
echo "valor a:".$var_a."<br>";
print_r("valor b:".$var_b."<br>";
print_r("valor a+b:".($var_a+$var_b)."<br>";
?>
</body>
</html>