How do i upload image file in a dir using php? Below is my form page code

Have a read up on move_uploaded_file() - that can move the file you upload into your storage folder, then you store the path in your database.