Enviado em 04/02/2020 - 15:53h
Tentei rodar o código em php e não aparece nada dentro do navegador. O que pode estar errado??
Usando ubuntu 16.04 com php7.0
Usando ubuntu 16.04 com php7.0
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<?php
print 'ola mundo';
print "ola mundo";
echo 'ola mundo';
echo "ola mundo";
?>
</body>
</html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<?php
print 'ola mundo';
print "ola mundo";
echo 'ola mundo';
echo "ola mundo";
?>
</body>
</html>