Re: Security questions

Home 2019 Forums Privacy Security questions Re: Security questions

February 16, 2017 at 10:07 am admin_lifexite

No, the type LongBlob is specific to MySQL. In PHP it is seen as binary data (usually characters), if you tried to convert it to an int it would take the first 32 bits of data (platform dependent) and push that into the variable.