Front-end what da series-1. PHP environment build preface, a good front-end must understand a backend, also need to understand design!
Php is our best choice. it is quick to get started, fast to develop, many integrated environments, and well-read manuals. it allows us to operate on the interaction between js and the backend to the maximum extent and understand cookies, ajax and so on, you can also improve your css processing in writing static structures, he was born for us to quickly understand the web!
Dynamically display data to solve pure static front-end problems
Multi-platform, we don't care, we work on the window
Script language, label appearance,
Free,
There are many Collection environments. We use appsever
Explanatory language, no compilation, write a sentence execution basis, refresh and view, favorite
Environment setup:
Http://www.appservnetwork.com/
AppServ 2.5.10
Apache 2.2.8
PHP 5.2.6
MySQL 5.0.51b
PhpMyAdmin-2.10.3
Download it. The php version is 5.x. it is said that it is compatible with good, the number of digits in the system is optimistic, 32 or 64-bit, my win7 32-bit
Enable the installation. Port 8080 is used. I am afraid of conflict. the default root password of the database account is 123456.
After the operation is successful, enter the address ?????????? Http: // localhost: 8080 /?? ????????
Page:
PhpMyAdmin Database Manager Version 2.10.3 click to manage your mysql Database
Find the directory for installing AppServ, find the www folder, and create a demo.html page.
Enter http: // localhost: 8080/demo.html in the browser address. when the html page is displayed, the installation is OK!
The php file is the. php extension name. we will change the demo extension name to demo. php. Address: http: // localhost: 8080/demo. php,
Also displayed, OK!
The environment is complete. just like all languages, the next step is syntax learning. our Syntax testing is done in this environment!