Posts

Showing posts from April, 2021

simple and easy Registration form with php and MySQL with source code.

Image
Registration form with php and MySQL by  The right ways for youh <!doctype html> <html lang="en">   <head>     <!-- Required meta tags -->     <meta charset="utf-8">     <meta name="viewport" content="width=device-width, initial-scale=1">     <!-- Bootstrap CSS -->     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet">     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" > <!-- credit :-https://www.youtube.com/channel/UCQPqIVkCPcMH0T9azABPksw -->     <title>registration form by the right ways for youh</title>             <style type="text/css">          .container{       margin-top: 0%;       width: 400px;       border...