Skip to main content

Posts

Showing posts from June, 2019

Login system in Php With HTML code

                                {== HTML  CODE HERE ==}   <!DOCTYPE html>   <html>     <head>       <!--Import Google Icon Font-->       <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">       <!--Import materialize.css-->       <link type="text/css" rel="stylesheet" href="css/materialize.min.css"  media="screen,projection"/>       <!-- online cdn -->        <!-- Compiled and minified CSS -->     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">     <!-- Compiled and minified JavaScript -->     <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0...