PHP Classes

Very good work !! But: The var $message_id was not defined, s...

Recommend this page to a friend!

      PHP Email To DB  >  All threads  >  Very good work !! But: The var...  >  (Un) Subscribe thread alerts  
Subject:Very good work !! But: The var...
Summary:Package rating comment
Messages:1
Author:bartolotta
Date:2009-05-14 17:47:23
 

bartolotta rated this package as follows:

Utility: Good
Consistency: Sufficient
Examples: Sufficient

  1. Very good work !! But: The var...   Reply   Report abuse  
Picture of bartolotta bartolotta - 2009-05-14 17:47:23
Very good work !!
But:
The var $message_id was not defined, so the INSERT SQL was not able to fill IDEmail in table emailtodb_email.

I replaced
"$message_id"
with
"$email['MESSAGE_ID']" in row 509
and defined the var
"$email['MESSAGE_ID'] = $header->message_id" in row 335
Now it is working fine.
Keep on coding !