jackson5759 Posted December 16, 2006 Share Posted December 16, 2006 can anyone tell me how to find the php.ini in my web server? i got a script .. the script no error.. but the invitation doesnt work.. can anyone tell me whr to set the php.ini in web server? i want to know what setting i need to do for the smtp? i using the php send mail for inviting user join network Quote Link to comment Share on other sites More sharing options...
IchBin Posted December 16, 2006 Share Posted December 16, 2006 In a linux server its usually located /etc/php.iniOn windows (I think) its in the actual program folder c:\program files\php\php.ini Quote Link to comment Share on other sites More sharing options...
gingerboy101 Posted December 16, 2006 Share Posted December 16, 2006 For windows also check C:\WINNT\ ***Windows 2k **** or C:\Windows ***XP*** Quote Link to comment Share on other sites More sharing options...
jackson5759 Posted December 16, 2006 Author Share Posted December 16, 2006 can tell me wat to set actually? i really dono how to do that.. and also.. i wan find the php.ini in my webserver.. my web host.. i dono how to find it Quote Link to comment Share on other sites More sharing options...
taith Posted December 16, 2006 Share Posted December 16, 2006 if all else fails, [start]-->search-->files or folders Quote Link to comment Share on other sites More sharing options...
jackson5759 Posted December 16, 2006 Author Share Posted December 16, 2006 aihzzz... what u meant? i really fed up with this.. how to set the smtp setting for php send mail? anyone tell me pls!!!!!!!!!!!!!!!! Quote Link to comment Share on other sites More sharing options...
jackson5759 Posted December 16, 2006 Author Share Posted December 16, 2006 i found the php.ini in my computer.. but how to set it? and also.. i set in my computer can effect my web host? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted December 16, 2006 Share Posted December 16, 2006 If its on your computer then its no good there! I would recommend emailing your web host about this. Your host should have some sort of email server installed and PHP setup to use that server for emails.If your host has not setup an email server then you will need finds a third part SMTP email server - a good choice would be your ISP. You can setup the SMTP email server settings by using the following in a .htaccess file:[code]php_value SMTP 'smtp.my_isp.com'php_value smtp_port '25'php_value sendmail_from 'your_username@isp.com'[/code] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.