Introduction: This is a detailed page showing the configuration of PHP runtime environment and development environment. It introduces PHP, related knowledge, skills, experience, and some PHP source code.
Class = 'pingjiaf' frameborder = '0' src = 'HTTP: // biancheng.dnbc?info/pingjia.php? Id = 339017 'scrolling = 'no'> A blogger was prompted before. We recommend that you set up the php development environment.Article. Of course, most of us are developed on Windows platforms,
So today, I am building a PHP debugging and development environment on the Windows platform. Please forgive me for writing poorly.
1. The general steps are as follows:
1. Download Materials
1) download Wamp
2) download the development tool zendstudio
2. InstallationProgram
1) install Wamp
2) install the development tool zendstudio
3. Configure the environment
4. php debugging
5. php development environment
Ii. Detailed steps
1. Download Materials
1) download Wamp
Wamp refers to the installation of Apache Web Server (A) and MySQL database (M) and PHP script engine (p) in Windows (W) the established PHP network server environment, of course, must be better than the Wamp environment in the lamp environment, but because of the ease of use of windows, when we develop or test some CMS in the early stage, it is even more convenient and practical to use the Wamp environment. Wamp is a combination of these software to form a powerful web application platform.
Download Wamp latest help wamp5 http://9.scdx1.crsky.com/200711/WAMP5-v1.7.4.rar
2) download the development tool zendstudio
Zend studio is an integrated php development environment. It has powerful professional editing tools and debugging tools. It supports PHP syntax highlighted display, automatic syntax filling, and bookmarks, supports automatic syntax reduction andCodeThe copy function is built into a powerful PHP code debugging tool. It supports both local and remote debugging modes and multiple advanced debugging functions.
- Windows Version Zend studio 8.0.1 official version: http://downloads.zend.com/..ZendStudio-8.0.1.msi
?
2. Installer
1) Wamp Installation Steps
Download Wamp
Select the Wamp installation path or the default path.
SMP server address
PHP Mail Server default email
Set to start the browser.
After the installation is complete, the image is displayed.
3. Configure the environment
After the installation is complete, the default value is English.
Set the Wamp language. You can set other languages. Of course, we set the language to Chinese)
After Wamp is restarted, it will be in Chinese. You can use Wamp to configure the PHP environment.
Add an alias directory (just like configuring a virtual directory on IIS)
Add an alias directory name.
Set the physical path to which the alias directory name points.
4. php debugging
Add the index. php file to the C: \ Wamp \ phpdemo folder. Then you can write PHP code in index. php.
Enter http: // localhost/in the address bar of the browser. If you can see the PHP server configuration information, your php server configuration is successful.
You can directly access http: // localhost/demo to view the index. php program you just compiled. Displays the page execution result.
2) php development tool zendstudio installation Diagram
The Installation Process of Zend studio is very simple. Click "Next" and "Next.
After the installation is complete, you can add a PHP project and compile your PHP website. When creating a PHP project, you must enter the project name and retention path.
You can add a PHP file in the project. Compile the PHP page.
5. php development environment
Click Run to view the PHP page execution content in Zend studion IDE.
If PHP has errors in writing, you can know the number of rows in the PHP file at runtime. Debugging is also very convenient.
The above is the PHP configuration environment and development environment. Each step is illustrated and there are not many text descriptions. If you want to learn more, you can also find more information on your own.
(Learning notes, understanding superficial. It is for your reference only. If not, please forgive me)
Love J2EE follow Java Michael Jackson video station JSON online tools
Http://biancheng.dnbcw.info/php/339017.html pageno: 8.