from regestration bootstarap database

<div class="container"> <form action="registrations.php" method="post"> <div class="form-group"> <label for="email">Email address</label> <input name="email" type="email" class="form-control" id="email" placeholder="Enter email"> </div> <div class="form-group"> <label for="password">Password</label> <input name="password" type="password" class="form-control" id="password" placeholder="Password"> </div> <div class="form-group"> <label for="passwordConfirmation">Password Confirmation</label> <input name="password_confirmation" type="password" class="form-control" id="passwordConfirmation" placeholder="Password Confirmation"> </div> <button type="submit" class="btn btn-primary">Submit</button> </form> </div>

Want to kickstart your project?Use the new AI Studio to create your code