email - PHP: generate file and RSA -


there 3 things need project. first of all, need php script generate text file. text file must contain string generated rsa key. what's best way generate hash using rsa keys on php?

the second part need add icon file. file supposed used on mac, if icon worked windows , linux too. believe need set 1 icon mac , 1 windows , linux. how may set icon?

the third thing must easiest one, need attach file , e-mail someone. how can without using temporary file? if it's not possible, how can using temporary file?

thanks!

create text file in php: http://www.tizag.com/phpt/filecreate.php

rsa encryption in php: http://stevish.com/rsa-encryption-in-pure-php

write text file in php: http://www.tizag.com/phpt/filewrite.php

file icons: icon file has, best of knowledge, determined system/recipient reading file , system settings- cant manually set in php, though bow wider knowledge of community on one

--if you've created text file, why not attach it?

emailing via php mailer: http://phpmailer.worxware.com/

sending attachments php mailer: http://zainal.wordpress.com/2007/01/10/sending-email-attachments-in-php-using-phpmailer-class/


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -