Ask your own question, for FREE!
Computer Science 16 Online
OpenStudy (anonymous):

hi i have a code to send attachments with email through php. When i run that code email is sent with attachment but it show an error. i.e Undefined variable: message in C:\wamp\www\my\one.php on line 12 code is--

OpenStudy (anonymous):

Maybe you should remove the . in line 12 $message .= "If you can see this MIME than your client doesn't accept MIME types!\r\n".$bound; should be $message = "If you can see this MIME than your client doesn't accept MIME types!\r\n".$message.$bound;

OpenStudy (anonymous):

hey thanks man it worked , you are a saviour.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!