“Ejecutar el servidor PHP” Código de respuesta

Servir el archivo PHP

Open Terminal
php -S localhost:8000
Amused Alligator

Ejecutar el servidor PHP

cd path/to/your/app
php -S localhost:8000
Mysterious Moth

PHP local simple

1) cd ~/public_html
2) php -S localhost:8000
Frightened Fish

Ejecute un terminal de PHP del servidor

$ cd ~/public_html
$ php -S localhost:8000
Nighter

ejecutar un sitio de PHP

php -S 127.0.0.1:8000
Arno Deceuninck

CMD Ejecutar el archivo PHP

// terminal run php file
// First run "php" in the terminal, in the path directory
php
// If php works there. Then :
php path_to_file/file_name.php

//This will run your php and print stuff to your console in plain text.
//It's useful for a range of testing and data maniplation purposes. 
//And has the full php cammand line. So potential is up to your imagination.
13Garth

Respuestas similares a “Ejecutar el servidor PHP”

Preguntas similares a “Ejecutar el servidor PHP”

Más respuestas relacionadas con “Ejecutar el servidor PHP” en PHP

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código