CodeIgniter Forums
need help - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: need help (/showthread.php?tid=63115)



need help - asifagaria - 09-28-2015

need help for tmdb

i want download image from tmdb and save it database to mysql


any help pls


RE: need help - _this - 09-28-2015

Hello asifagaria,

Can you explicit your request please ?

From what I understand, you want to automatically download a movie/serie/anything else's poster and save it to your database. If I'm right, you should take a look at the TMDB API (documentation & reference).

To save the image to DB, I suggest you use BLOB content type which allows you to save a file as a... blob, which is a Binary Large OBject and so represents a file as binary data.

Without more explanation, I can't do more than that !

Regards,

$this.