+ 5
How can i upload images in mysql database using php
2 Respostas
+ 8
Use base64_encode() function in PHP to create string from IMG. And now you can save it in MySQL. But use blub or text data type, it store large data in it. But I suggest you to upload it to a folder, because some good quality imgs have a large encode value and it slow down your webpage. Hope it helps
0
And use lots of RAM