Day 1: PHP Registration Form with Bootstrap integration

Minimum of 10 fields:
1. User name
2. First name
3. Last name
4. Email
5. Password
6. Confirmed Password

Regulations:
1. Implement data validation rule in every field such as required fields, minimum password length, datatype requirement, etc.
2. User-friendly error message must prompt if an error in data entry is committed.
3. Confirmation Link must be sent to the email account provided.
4. Email account must be unique.
5. Status if email is confirmed must be included.

Day 2: PHP Log-in form with Bootstrap integration

Email and password will be used as user account validation.

Rules:
1. Only verified emails are allowed to login.
2. User-friendly Error message should be prompted if login is invalid.
3. Redirect users to a dashboard if successfully logged in.
4. User can click its own profile and can update its own data.
5. Minimum of 15 fields in profile should be updated. Such as Family Background, Educational Background, and other relevant data.
6. Log-out button is available if the user wishes to logout.