I am new to php and started running small codes in php ..
Operating System- Windows Xp service pack 3 Xampp version - 1.7.3 netbeans- 6.5
for small codes such as upload etc are working perfectly, But when I try to send email said error message SMTP related .Then, I started surfing Google about errors , there I come to know about php.ini file in xampp. Different versions have different locations of this file in xampp only.
There are 3 things I noticed...
1) xampp folder and subfolders does not have php.ini file
2) on Running phpconfig() it shows :
Configuration File (php.ini) Path no value
Loaded Configuration File C:\xampp\php\php.ini
3)SMTP server is deactivated in xampp Status at localhost/xampp
SMTP Service DEACTIVATED
FTP Service DEACTIVATED
I can't edit php.ini as its not available what is solution to these problems?