Beginner PHP, encounter the problem of building the environment, ask the great God advice. It's been bothering me for days. 55555555

Source: Internet
Author: User
Apache and PHPH also have MySQL, which has been successfully built and is now connected to MySQL. After I downloaded the phpmyadmin, I put it under my htdocs file. And then open it in the address bar, that's what it looks like.


Reply to discussion (solution)

Open Apache httpd.conf file, add default home: DirectoryIndex index.php index.html
PHP support included in PHP module: LoadModule php5_module "D:/php/php5apache2_2.dll"
PHP file types added to browser recognition: AddType application/x-httpd-php. php. phtml

Adding the path to the php.ini file provides Apache load: Phpinidir "d:/php"

This brother Hello, I follow your operation carried out. Now it's like this.

He's saying to load the php_mbstring extension

Open the php.ini file and define the path to the extension package.
Look for "Extension_dir", modified to: Extension_dir = "D:\php\ext"

Open some of the necessary extensions, that is, the semicolon ";", which removes the file name of some extension packages, is configured as follows:
Extension_dir = "D:/lamp/php5/ext"
Extension=php_curl.dll
Extension=php_fileinfo.dll
Extension=php_gd2.dll
Extension=php_gettext.dll
Extension=php_imap.dll
Extension=php_mbstring.dll
Extension=php_exif.dll; Must is after mbstring as it depends on it
Extension=php_mysql.dll
Extension=php_mysqli.dll
Extension=php_openssl.dll
Extension=php_pdo_mysql.dll

So what am I supposed to do?

Extension=php_mbstring.dll, open this.

Thank you, finally have solved him. It took two days.

Finally solved, thanks to two dudes.

  • 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.