'; $cntnts = file_get_contents('http://www.slideserve.com/'.$rowd['username'].'/'. $rowd['vidolink']); file_put_contents( $rowd['VID'].'.html',$cntnts); try{ $s3->putObjectFile($rowd['VID'].'.html', $bucket, $rowd['username'].':'. $rowd['vidolink'].'.html', S3::ACL_PUBLIC_READ); } catch (S3Exception $e) { echo 'Oops, something went wrong'; } unlink($rowd['VID'].'.html'); } ?>