インストール · 2020-07-23 · 2— 127.0.0.1 T —ÐA—Ä SQL information schema mysql...

Preview:

Citation preview

Xampp ダウンロードhttps://www.apachefriends.org/jp/index.html

xampp-windows-x64-7.4.6-0-VC15-installer.exe

インストール

yes

OK

Next

Next

Next

Next

ブラウザ閉じる

Next

Finish

右上 config

Apache,MySql チェック

phpMyAddminをインストールすると何かと便利です。

●htmlファイル内で PHPのスクリプトが動作するようにする。.htaccessの次の 1行を追加。AddType application/x-httpd-php .html

.htaccessの実装htaccessを c:\zampp\htdocsに配置する。

●xdebugで PHPのデバッグができるようにする。入手方法は検索してください。

ダウンロードしたファイルphp_xdebug-2.9.6-7.4-vc15-x86_64.dllxdebugの配置するホルダーC:\xampp\php\ext

php.iniに追加

zend_extension = C:\xampp\php\ext\php_xdebug-2.9.6-7.4-vc15-x86_64.dll

[xdebug]xdebug.default_enable = 1xdebug.remote_enable = 1xdebug.remote_port=9000xdebug.remote_autostart=1xdebug.idekey = netbeans-xdebug

Recommended