Php echo код показывает пустой когда я загружаю страницу в браузере
I want to connect to mysql with php i have done this before but this time i tested php and it wont show echo string, this is the code...I have installed php and it shows details when i type in the cmd php -version...
<pre><!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title></title> </head> <body> <?php echo "salut"; ?> </body> </html>
When i load the page in Firefox Mozilla it is blank...
Что я уже пробовал:
1.У меня установлен XAMPP
2.я проверил, установлен ли php с помощью cmd php-версии