Compressed strings & $_post & mysql database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Compressed strings & $_post & mysql database

Post by Shendemiar »

I asume this is a bad equation.

I'm getting occasional gzcompress and also sql errors. I assume it's because php treats the compressed string still as a string and may apply some magicquotes etc?

is there a workaround to this, like telling php that it's not a binary type variable?

Any thoughts on the subject. (I need sleep now)
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Post by Shendemiar »

base64_encode
Post Reply