Storing Compressed Data in a MySQL Database


One Response to “Storing Compressed Data in a MySQL Database”

  1. Matt Says:

    Yeah this is definatley the best way to go. I have used base64_encode when working with an SMTP class I was writing a while back.