Home > Development Tools > phpstorm > Display running results in phpstorm

Display running results in phpstorm

(*-*)浩
Release: 2019-12-21 15:22:19
Original
3381 people have browsed it

Display running results in phpstorm

1. Find the php.ini file in the xampp folder, search for "extension", Modify extension_dir="xxx" (xxx is the location of ext Location) (Recommended learning: phpstorm)

Display running results in phpstorm

Display running results in phpstorm

##2. Modify to extension= mysqli

Display running results in phpstorm

Display running results in phpstorm

##3. In phpstorm

Run->Edit Configurations option, then click the number in the upper left corner of the window that opens, select PHP Script in the menu that opens, name custom definition, File is the file that needs to be run, OK;

4.File ->Setting->Languages&Frameworks->PHP

Select the modified php.ini

Display running results in phpstorm##5. Then Alt Shift F10

will display the running resultsDisplay running results in phpstorm

The above is the detailed content of Display running results in phpstorm. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template