First, ensure that the Windows 3sp2 system and IIS6, and download the PHP5 compressed package and the MySql5 installation package to configure php: 1. decompress the php file to the root directory of the windows installation drive, for example, C: \ php3. convert C: \ php. ini-dist is copied to C: \ Windows and php. ini-dist is renamed as php. ini creates shortcuts to C: \ php (mainly to modify the configuration) 4. search for php. ini and modify: exte... first, ensure that the Windows SP2 system and IIS6, and download the PHP5 compressed package and the MySql5 installation package to configure php: 1. decompress the php file to the root directory of the windows installation drive, for example, C: \ php 3. set C: \ php. ini-dist is copied to C: \ Windows and php. ini-dist is renamed as php. ini creates shortcuts to C: \ php (mainly to modify the configuration) 4. search for php. ini and modify: extension_dir = "C: \ php \ ext" session. save_path = "C: Windows \ Temp" enable session (optional) display_errors = On enable error display (optional) short_open_tag = On enable short mark (optional) search; extension = remove the dll items that need to be used, for example, using a mysql database,
1. 10 articles about version installation are recommended.
Introduction: PHP can locate and query file pointers to quickly query required information. file pointer functions include rewind (), fseek (), feof (), and ftell () function.
[Related Q & A recommendations ]:
Php-how to handle source code exceptions in TP5
Php-Linux scheduled task
Crontab-Cron executes the php file using the CI framework
Php-how to rewrite and rewrite routing rules to obtain data from the target server through the transit server
Laravel-laravle cannot execute the PHP program after installation.
The above is a detailed description of 10 articles recommended for PHP files. For more information, see other related articles in the first PHP community!