Hey everyone!
I am not new to either PHP or mysql.. and I have already developed a lot of website using PHP with mysql... but this is the first time when I gotta work with the binary data... could you guys please tell me how could I add binary data to the database and then download it from the db...
Thanks for the help!
You store binary data in a Blob field in mysql, can be anything including jpegs and the like, and there are several sizes of blob so pick the right one.
mysql column types
PS don't get confused by the 'binary' type: that is for chars really.