i am new to php and trying to use the function mail to send a email from a web form.
I do not know where the php ini file is located i tried looking here
Configuration File (php.ini) Path
C:\Windows
c:\windows as reported by echo phpinfo(); but its not there! There is one in php where I chose to install it but change the smtp to my isp doesnt make the mail() work.
there is another one located in a subfolder.. ??
sorry for posting twice or thrice my pc seemed not to be doing as it was told :))
I can not find the one called php.ini only ones called ini development and production.
8 Posts
smtp and pc ini where is it how do i make iis use it?
Aug 12, 2009 05:25 PM|Larryz|LINK
i am new to php and trying to use the function mail to send a email from a web form.
I do not know where the php ini file is located i tried looking here
there is another one located in a subfolder.. ??
sorry for posting twice or thrice my pc seemed not to be doing as it was told :))
I can not find the one called php.ini only ones called ini development and production.
4640 Posts
Re: smtp and pc ini where is it how do i make iis use it?
Aug 14, 2009 10:31 AM|jeff@zina.com|LINK
Not really related to IIS, but you would find this information with a simple Google:
http://www.php-scripts.com/20050909/8/
Basically, run phpinfo() to find it. I have a simple php script page:
<?php phpinfo(); ?>
Save it on your site as something like "info.php" and browse to it.
Jeff