Estoy aprendiendo PHP y he seguido tutoriales básicos, todo va bien hasta que me toca hacer operaciones aritméticas (Suma, resta, ..)
Código PHP:
<?php
echo "Hola mundo";
//echo 4 + 4;
?>
Cita:
He buscado en la red pero aún no entiendo qué significa el error exactamente.Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log
Tengo un web host y trabajo desde el FileManager, no instalé nada en mi ordenador.
Saludos!