Derleek Posted July 28, 2008 Share Posted July 28, 2008 I developed a promotional e-mail script and am wondering what is the best format i should store the messages my clients want to save/send? should it be text? or blob? Link to comment https://forums.phpfreaks.com/topic/117042-solved-e-mailing-script/ Share on other sites More sharing options...
cooldude832 Posted July 28, 2008 Share Posted July 28, 2008 text is for text blob is for binary there is no advantage (that I see) to placing something that can be searched as text by treating it as binary. blob is best for storing files http://dev.mysql.com/doc/refman/5.0/en/blob.html Link to comment https://forums.phpfreaks.com/topic/117042-solved-e-mailing-script/#findComment-602012 Share on other sites More sharing options...
Derleek Posted July 29, 2008 Author Share Posted July 29, 2008 thanks Link to comment https://forums.phpfreaks.com/topic/117042-solved-e-mailing-script/#findComment-602277 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.