Reduce character size with PHP

0

I need to decrease the character size from 17000 to 4000 with php, how to do this compression, and then be able to decode back to normal string length, I can not lose characters after decoding again.

    
asked by anonymous 06.03.2017 / 19:37

1 answer

0

Simply do not save files directly to the bank! Instead just save the file to a folder and its path / name in the database.

Simple like that, never save.

    
06.03.2017 / 20:19