“PHP pokazujący kod w przeglądarce” Kod odpowiedzi

PHP pokazujący kod w przeglądarce

If your PHP code is being displayed in the browser, it means that your
server has not been setup to serve PHP scripts.

You can use something like XAMPP. If you do, activate 'Apache' and 'MySQL'

After you do that, go into the download directory and go into 'htdocs'
(default: 'C:\xampp\htdocs')

Make a folder with your PHP code in it.

To access the website, go into your browser and type:

localhost/FOLDER_NAME_WITH_PHP_HERE

NOTE:
	this will only allow you to view it locally, nobody else will be able
    to see the website.
Hurt Hamster

Po uruchomieniu pliku PHP pokazującego kod zamiast widoku

sudo apt-get install php libapache2-mod-php
sudo a2enmod mpm_prefork && sudo a2enmod php7.0
sudo service apache2 restart
Lokesh003Coding

Odpowiedzi podobne do “PHP pokazujący kod w przeglądarce”

Pytania podobne do “PHP pokazujący kod w przeglądarce”

Więcej pokrewnych odpowiedzi na “PHP pokazujący kod w przeglądarce” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu