mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-13 09:13:58 +02:00
Didn't mean to replace that line.
This commit is contained in:
@@ -71,6 +71,7 @@ To run our script, above, from the command line:
|
|||||||
> php hello.php world
|
> php hello.php world
|
||||||
Hello, world
|
Hello, world
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
### Built-in, command line web server
|
### Built-in, command line web server
|
||||||
|
|
||||||
Starting with PHP 5.4, you can develop locally on a PHP-enabled web server without the hassle of installing and configuring a full-fledged web server. To start the server, from your web root:
|
Starting with PHP 5.4, you can develop locally on a PHP-enabled web server without the hassle of installing and configuring a full-fledged web server. To start the server, from your web root:
|
||||||
|
Reference in New Issue
Block a user