learn PHP under Windows
Source installation is an essential skill for PHP programmers, but here's a quick introduction to a new shortcut to build a PHP development environment on a Windows machine: Phpstudy
Official website: http://www.phpstudy.net/
Cut to today's latest version of the introduction page: http://www.phpstudy.net/a.php/208.html
The package integrates with the latest apache+nginx+lighttpd+php+mysql+phpmyadmin+zend
Optimizer+zend
Loader, one-time installation, without configuration can be used, is very convenient, easy to use PHP debugging environment. The program is green, compact and simple mini with only 32M and has a special control panel. Anyway, learning PHP requires only one package.
For beginners who learn PHP, the environment is difficult to configure under Windows, which is a chore for the veteran. So whether you're a novice or a veteran, the package is a good choice.
Fully fit win2000/xp/2003/win7/win8/win2008 operating system
, supporting Apache, IIS, Nginx, and lighttpd.
What attracts me is that it can be switched back and forth on multiple servers and multiple versions of PHP.
Start after installation, find the icon in the lower right corner
Click the other Options menu to find the PHP version switch,
Why is php5.2 so important? Because many of the online popular PHP open source software is based on php5.2 write. And php5.3 has many different places than 5.2. To run them, you really have to rely on php5.2. This is very helpful for our study. If you do not position yourself as an OPS engineer, it is very effective to get started with Phpstudy first.
Next is to open a URL on the browser to check if the installation was successful?
On my computer, the file directory for WWW corresponds to: E:\phpStudy\WWW\.
The corresponding URL is
http://localhost
Or
http://127.0.0.1
Similarly, file E:\phpStudy\WWW\phpinfo.php on file browser If you access the file
Open on the browser is:
http://127.0.0.1/phpinfo.php
Make sure your phpstudy has been activated.
Open on the browser:
'). addclass (' pre-numbering '). Hide (); $ (this). addclass (' has-numbering '). Parent (). append ($numbering); for (i = 1; i <= lines; i++) {$numbering. Append ($ ('
'). Text (i)); }; $numbering. FadeIn (1700); }); });
The above describes the [introduction to the]php development environment of the Windows chapter, including the content of Windows, I hope to be interested in PHP tutorial friends helpful.