PHP route---1---wamp environment configuration--php Environment configuration

Source: Internet
Author: User
Tags file copy getting started with php learn php

Want to self-study PHP has been more than half a year, recently felt like a card in a place, another step difficult to the blue sky (just joking).

Comprehensive reasons for analysis of the following: 1, may be their own to learn PHP no systematic planning. 2, the development experience is insufficient (PS: Although now in helping others maintain small information website, perfect under small function what, and now in do of a enterprise website). 3, rely on the framework thinkphp. 4, did not start a book, too dependent on watching video.

There's a simple personal idea: Getting Started with PHP is too simple, and the simple web basically doesn't have any advanced skills, or it can lead to inefficient learning. And it seems that PHP must be bound to some other things rather than simple language, especially MySQL, such as the advanced part of PHP is the knowledge of data, rather than the knowledge of PHP itself, and most of the PHP knowledge is the application of functions, the algorithm has few logical structure. I mean, I don't know if I'm right.

"" ("" "" "" "" "" "Wamp", "The topic:" "the" "

Tip: New Novice than I was first configured to recommend an integrated environment such as Wamp Sever or Appserv.

Then: detailed tutorial http://blog.csdn.net/yousuosi/article/details/9448903

Here is the boring time, we look at the suggestion to see the detailed tutorial

"Installation sequence apache->mysql->php

"Install Apache, follow the process."

"Test Apache->http://localhost See it's work rep installed successfully

"Install MySQL, according to the process can go, the details of the part hehe

"Test MySQL--cmd->mysql-u root-p Enter password

"" Install PHP decompression can

Add PHP module to apache-> modify Apache config file httpd.conf-> add LoadModule php5_module "D:/server/php/php5apache2_2.dll" in the last line

Add. php to Apache resolvable file type, modify Apache config file httpd.conf-> add AddType application/x-httpd-php to the last line. php

Add default access page, modify Apache config file httpd.conf-> Modify (no add to <directory/> below) directoryindex index.php index.html

Modify the PHP configuration file path->d:/server/php/php.ini-developmentt file copy and rename the Apache configuration file to:php.ini-> httpd.conf-> Add Phpinidir "d:/server/php"

"Modify PHP Extension library path, modify Php.ini->extension_dir =" D:/server/php/ext "

"Add PHP Extension Library---Modify php.ini->extension=php_mysql.dll before you get rid of it (want to expand what to go to what semicolon ha)

"" Restart Apache--mysql

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.