Search found 8 matches
- Sat Sep 27, 2008 10:05 am
- Forum: PHP - Code
- Topic: Problem with mail form
- Replies: 4
- Views: 760
Re: Problem with mail form
Help pls anybody...
- Fri Sep 26, 2008 5:47 am
- Forum: PHP - Code
- Topic: Problem with mail form
- Replies: 4
- Views: 760
Re: Problem with mail form
Anybody else pls?A solution...
- Thu Sep 25, 2008 3:59 pm
- Forum: PHP - Code
- Topic: Problem with mail form
- Replies: 4
- Views: 760
Re: Problem with mail form
I have already tried it my friend...
- Thu Sep 25, 2008 3:13 pm
- Forum: PHP - Code
- Topic: Problem with mail form
- Replies: 4
- Views: 760
Problem with mail form
Hello again! I have create a contact form using php and flash and i have write the php file with this code: <? $to = "my mail here"; $msg = "$name\n\n"; $msg .= "$message\n\n"; $mailheaders = "MIME-Version: 1.0\r\n"; $mailheaders .= "Content-type: text/ht...
- Thu Sep 18, 2008 6:05 am
- Forum: Installation and Configuration
- Topic: Set php.ini for sending mail
- Replies: 7
- Views: 1798
Re: Set php.ini for sending mail
THANK YOU THANK YOU THANK YOU!YOU SOLVE ME.
- Wed Sep 17, 2008 4:47 pm
- Forum: Installation and Configuration
- Topic: Set php.ini for sending mail
- Replies: 7
- Views: 1798
Re: Set php.ini for sending mail
VladSun i 've did it a lot of times but nothing...
- Wed Sep 17, 2008 2:06 pm
- Forum: Installation and Configuration
- Topic: Set php.ini for sending mail
- Replies: 7
- Views: 1798
Re: Set php.ini for sending mail
My friend this ain't a solution.Somebody else who knows about it?Help pls help...i am going to disappoint.
- Tue Sep 16, 2008 4:20 pm
- Forum: Installation and Configuration
- Topic: Set php.ini for sending mail
- Replies: 7
- Views: 1798
Set php.ini for sending mail
Hello to all,this is my first message in your forum. I am trying to find my error. I have set the php.ini with my custom settings(smtp,mail address) i have did the same with the php5.ini,with the same file in the apache/bin folder, and i create this php file: <? php mail('mymail','The site Contact u...