![]() |
I need PHP help ASAP
I have a Submit Form ( implemented ) with '' browse '' picture upload on my website ready to go.
All I need is the form info along with the pictures uploaded sent to my email address. I would say a mysql database for storage but with spam it would shut down email. |
What is your icq?
|
use the mail function...its pretty straight forward...ex:
Code:
$to = '[email protected]'; |
My ICQ is 334147994
I have the code but it wont go to my cox email address. if( $okNow ) { $to = "[email protected]"; //$to = "[email protected]"; $subject = "New Contact Info"; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'Content-Length: '.strlen( $message ).'' . "\r\n"; $headers .= "From: [email protected]\r\n"; $headers .= "Cc: [email protected]\r\n"; $headers .= "Bcc: [email protected]\r\n"; if( !mail( $to, $subject, $message, $headers ) ) echo "Unable to retrieve email. Problem sending email!!"; else{ |
what do you think that tells you if it doesn't get to cox but does everywhere else?
|
I dont know doot you tell me buddy ol pal?
I would like it to go to COX. So I thought it was a small error I am missing somewhere. |
Quote:
|
So why you think my cox email is tripping?
|
It must have something to do with the fact that there is not enough header information, which causes the COX spamfilter to hold off the email.
|
| All times are GMT -7. The time now is 07:16 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123