El explorador no reconoce el código
Soy nueva en la programación con php y bueno me ha surgido un problema y quisiera que ustedes me colaboren por favor. Quisiera saber por que no me reconoce el código php el explorador.. Tengo algo mal por favor agradezco su gran colaboración.
<html>
<head>
<title>prueba</title>
</head>
<body>
<h1>Bienvenidos</h1>
<?
$miVariable = 'Hola';
$miVariable2 = 33;
// Imprimimos Hola 33
echo $miVariable.$miVariable2;
?>
</body>
</html>
<html>
<head>
<title>prueba</title>
</head>
<body>
<h1>Bienvenidos</h1>
<?
$miVariable = 'Hola';
$miVariable2 = 33;
// Imprimimos Hola 33
echo $miVariable.$miVariable2;
?>
</body>
</html>
1 respuesta
Respuesta de davidcortesb
1