unable to finish tutorial
Posted: Wed Jul 18, 2012 7:53 pm
Hey, the first 2 parts were okay, and then after about 1:40 min in to the 3rd video the video quality just went to crap for some reason, it was on 720p, then i tested all quality levels and its just a mess.http://www.youtube.com/watch?v=3tnFPs_M ... B56BE54CEB
not sure if some one has the source code for this mail attachment video but this is how far im able to get and im sure even this is wrong because i cant make it out.
not sure if some one has the source code for this mail attachment video but this is how far im able to get and im sure even this is wrong because i cant make it out.
function mail_file($to, $from, $subject, $body, $file) { $boundary = md5(rand()); $headers = array( 'MIME-Version: 1.0', "from: ($from)", "Content=Type: multipart/mixed; boundry= ($boundry)" }; $message = array( ); }thanks.