[Solved] How to insert images into a database using PHP [closed]
[ad_1] Generally the best way to do this, is to upload the file to your server, and then store the path to it in the database. File Upload: http://php.net/manual/en/features.file-upload.php You need to choose a database, MySQL is a common and free option: https://www.mysql.com/ As mentioned in comment below, (I haven’t used it before but had … Read more