Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Connection.php--------------------*--------------------------*----------------------------------*---------------------------*---------------------------*--------------------------*--------------------------------*-------------register.phpbody { font-family: Arial, Helvetica, sans-serif; background-color: white;}* { box-sizing: border-box;}/* Add padding to containers */.container { padding: 16px; background-color: white;}/* Full-width input fields */input[type=email], input[type=password] { width: 100%; padding: 15px; margin: 5px 0 22px 0; display: inline-block; border: none; background: #f1f1f1;}input[type=email]:focus, input[type=password]:focus { background-color: #ddd; outline: none;}/* Overwrite default styles of hr */hr { border: 1px solid #f1f1f1; margin-bottom: 25px;}/* Set a style for the submit button */.registerbtn { background-color: #04AA6D; color: white; padding: 16px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; opacity: 0.9;}.registerbtn:hover { opacity: 1;}/* Add a blue text color to links */a { color: dodgerblue;}/* Set a grey background color and center the text of the "sign in" section */.signin { background-color: #f1f1f1; text-align: center;} Register Please fill in this form to create an account. Email Password Register
Mantap good jobs,..
thankyou
Thanks for very helpful video 🎉
My pleasure 😊
Great video! Keep going bro 👏
Thank you bro
Great tutorial! very helpful.
My connection is right i write same code all work but alert pop not show submit data
Did you import sweetalert in head section
Thanks it have worked
when refresh page the alert auto triggerd it how to fix not to tiggerd it bro just only button can triggerd it
You can fix this with javascript
thanks for this! its working for me but how to redirect to Login Page after clicking that Ok ??
Header("Location:test.php");Here test.php is where you want user to redirect and this way you can redirect user to another Page.
Thanks bro needed this
❤
thanks it works
Enjoy
It isn't working
Send me screenshot of your error bro
I give you PHP you can add success message in php
Ok
Connection.php
--------------------*--------------------------*----------------------------------*---------------------------*---------------------------*--------------------------*--------------------------------*-------------
register.php
body {
font-family: Arial, Helvetica, sans-serif;
background-color: white;
}
* {
box-sizing: border-box;
}
/* Add padding to containers */
.container {
padding: 16px;
background-color: white;
}
/* Full-width input fields */
input[type=email], input[type=password] {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
display: inline-block;
border: none;
background: #f1f1f1;
}
input[type=email]:focus, input[type=password]:focus {
background-color: #ddd;
outline: none;
}
/* Overwrite default styles of hr */
hr {
border: 1px solid #f1f1f1;
margin-bottom: 25px;
}
/* Set a style for the submit button */
.registerbtn {
background-color: #04AA6D;
color: white;
padding: 16px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
opacity: 0.9;
}
.registerbtn:hover {
opacity: 1;
}
/* Add a blue text color to links */
a {
color: dodgerblue;
}
/* Set a grey background color and center the text of the "sign in" section */
.signin {
background-color: #f1f1f1;
text-align: center;
}
Register
Please fill in this form to create an account.
Email
Password
Register
Mantap good jobs,..
thankyou
Thanks for very helpful video 🎉
My pleasure 😊
Great video! Keep going bro 👏
Thank you bro
Great tutorial! very helpful.
Thank you bro
My connection is right i write same code all work but alert pop not show submit data
Did you import sweetalert in head section
Thanks it have worked
when refresh page the alert auto triggerd it how to fix not to tiggerd it bro just only button can triggerd it
You can fix this with javascript
thanks for this! its working for me but how to redirect to Login Page after clicking that Ok ??
Header("Location:test.php");
Here test.php is where you want user to redirect and this way you can redirect user to another Page.
Thanks bro needed this
❤
thanks it works
Enjoy
It isn't working
Send me screenshot of your error bro
I give you PHP you can add success message in php
Ok
I give you PHP you can add success message in php