Hey everyone.
For backup purposes, I have some emails that are sent to me when someone completes a survey on my site. This morning mySQL died after we sent out a targeted customer survey and none of our data was recorded to the database. But, I did receive the emails.
So now I have 50+ emails with the contents of
print_r( $_POST )
from the answers to the survey. Is there a way to interpret the output from print_r and actually evaluate the $_POST array? I know this is crazy, but I'm thinking that there might be a solution out there...
Thanks.