Ionic Register with php
Ionic Register.page.html coding <ion-header [translucent]="true"> <ion-toolbar> <ion-buttons slot="start"> <ion-menu-button></ion-menu-button> </ion-buttons> <ion-title>Registration</ion-title> </ion-toolbar> </ion-header> <ion-content align="center" class="bg"> <br><br> <!-- <h1> Registration </h1> --> <input type="text" placeholder="Enter Your Name" name="name" [(ngModel)]="name"> <input type="text" placeholder="Enter Your Email" name="email" [(ngModel)]="email"> <input type="password" placeholder="Enter Your Password" name="passworda" [(ngModel)]="passworda"> <input type="password" placeholder="Enter Your Conform Password" name="conform" [(ngM...