create the following files
index.php
upload.php
In the index file write HTML code that sends form data to the upload.php. The form contains the following inputs:
User name
User email
User password
User phone
userimageprofile
--------------------------
Use the following link to help you to write the required code in the index.php file to store the user profile image in the upload folder.
PHP File Upload (w3schools.com)