Facing a problem in code, how can I extract a longblob element from a table, and insert another table that is also a longblob with php.
To be more specific, I have a table in which a field is of type longblob, which contains an image, what I want is to extract this longblob image and insert it into another table that also contains a longblob field.
Thanks with your suggestions