N-Bomb(Nerd) Posted September 5, 2009 Share Posted September 5, 2009 I have some very long base64 that I use in my script.. is there a way to sort of trim down the length of the base64 within my script? It's becoming pretty hard to navigate through my code with all of this base64. Link to comment https://forums.phpfreaks.com/topic/173261-base64-question/ Share on other sites More sharing options...
corbin Posted September 5, 2009 Share Posted September 5, 2009 Errrrr.... No. There's no way to cut data without cutting data. You could store it in another file or something I guess. By the way, please tell me you aren't using eval(base64_decode())? Link to comment https://forums.phpfreaks.com/topic/173261-base64-question/#findComment-913282 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.