Webastor - Programming Tips and Tricks

Programming language => PHP => Topic started by: Christopher on November 26, 2016, 06:23:32 AM

Title: Where php.ini?
Post by: Christopher on November 26, 2016, 06:23:32 AM
Hello, I would like to submit a specific question, where php.ini Please, please help me as soon as possible.
Title: Re: Php.Ini
Post by: Anthony on December 09, 2017, 07:07:47 PM
You'll need to create a very simple php script and place it in your home directory. Using a script editor or a plain text editor (not a word processor) create file called phpinfo.php with this code:

<?php phpinfo();?>