PHP Learning Environment Building _php Tutorial

Source: Internet
Author: User
Tags php and mysql vc9
Computer environment Win7 64-bit build Apache-httpd-2.2-win64 + php-5.3.6-win32-vc9-x64 +mysql_5.5.13_winx64 development environment problems encountered during installation: Version 1.PHP, You must download the corresponding Apache version to have the Php5apache2.dll library, (Apache to invoke the PHP component needs to load the library); 2. Note Set file access rights; 3.httpd.conf modified, need to restart Apache in addition, the environmental process to understand the relationship between the three, Apache to provide Web services, add code, the first line represents, when the client through the Web Access to PHP files, Apache will load the component to output the PHP file. The second line represents PHP for parsing calls to PHP files. The third line represents the situation in which Apache loads the PHP component. LoadModule php5_module "D:/server/php-5.3.6-win32-vc9-x64/php5apache2_2.dll" Phpinidir "d:/server/ Php-5.3.6-win32-vc9-x64 "AddType application/x-httpd-php. html. htm. php and MySQL is relatively simple, providing at least the data storage function, but also can be replaced by other types of databases. Of course, the location of data deployment can be arbitrary, as long as you can access it!

http://www.bkjia.com/PHPjc/735866.html www.bkjia.com true http://www.bkjia.com/PHPjc/735866.html techarticle computer Environment Win7 64-bit build Apache-httpd-2.2-win64 + php-5.3.6-win32-vc9-x64 +mysql_5.5.13_winx64 development environment problems encountered during installation: Version 1.PHP, You must download the corresponding ...

  • Related Article

    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.