CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: min(five, nine)?
(Example: nine)

The Note You're Voting On

kenashkov at gmail dot com
19 years ago
The encrypted data can be stored in MySQL without use of base64. It must be properly escaped with mysql_real_escape_string(), and then saved to BLOB column. (In fact - this function must be used every time when you insert binary data in MySQL).

<< Back to user notes page

To Top