Forum: PHP Apr 30th, 2009 |
| Replies: 6 Views: 1,633 its becoz an email server is nt configured on your local machine...It wil work fine when u upload the file to the server.... |
Forum: C++ Apr 23rd, 2009 |
| Replies: 5 Views: 386 ofstream filestr;
filestr.open("path\test.ext", ios::app ); |