PHP開発環境構築(Hello Worldまで)
Making PHP Development Environment to run “Hello World”
ローカル環境で、ハローワールドを動かすために、色々とやりました。
I’ve done something to run “Hello World” program on my local computer environment.
自分用のメモに近いですが、PHPでプログラミングをしていましたが、php.iniか何かを書き換えたためか、
HTMLから呼び出したPHPファイルが、XAMPPを動かした、ローカルホスト上で上手く表示されなくなりました。
It’s kind of a memo for myself, but I’ve been programming with PHP and the PHP file calling from the HTML file hasn’t been able to indicate by XAMPP on localhost,
because of I’ve overwritten something on php.ini or anything else.
この際、丁度良いと思い、次の事をしました。
I thought it’s a nice time to do the next thing.
XAMPPを再インストール
Re-installing XAMPP
php.iniの設定は、次のリンク先を参考にしました。
About the php.ini settings, I reffered to the next website.
https://www.adminweb.jp/xampp/php/index2.html
ちなみに、php.iniの場所は、次の通りです。
By the way, php.ini ‘s place is like the following ones.