|
|
#1 |
|
Bronze Member
![]() Join Date: Feb 2010
Location: Satellite-Town, Lagos, Nigeria, West-Africa.
Posts: 89
|
Hello friends,
I have been trying to configure the mail() function of php but have not been able to do it. I know it is configured in the php.ini file but the problem is: I have not been able to find the file called php.ini. I use xxampp software. Please help me out on how to get this file. Thanks, Golden Waters. |
|
|
|
|
|
#2 |
|
New Member
![]() Join Date: Dec 2011
Posts: 3
|
Create a file in your web directory called phpinfo.php
Inside that file, all you need is <?php phpinfo(); ?> Then, open a web browser and navigate to that phpinfo.php file.. IE: http://yourdomain.com/phpinfo.php It will bring up a nice list of your install, php version, etc... About the fifth line down it says Configuration File (php.ini) path and the next one down says Loaded Configuration File. That will give you your path to find where your php.ini file is located. |
|
|
|
|
|
#3 |
|
Bronze Member
![]() Join Date: Feb 2010
Location: Satellite-Town, Lagos, Nigeria, West-Africa.
Posts: 89
|
Thanks. You have eased my curiousity
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|