PHP Classes

File: example/inc/indexhead.htm

Recommend this page to a friend!
  Classes of Ashraf Gheith   PHP Secure Login and Registration   example/inc/indexhead.htm   Download  
File: example/inc/indexhead.htm
Role: Auxiliary data
Content type: text/plain
Description: Template
Class: PHP Secure Login and Registration
Register and login users in a database with PDO
Author: By
Last change:
Date: 7 years ago
Size: 616 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="robots" content="noindex"> <title>Login and Register</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <link href="css/style.css" rel="stylesheet" /> <script src="//code.jquery.com/jquery-1.10.2.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="js/main.js" type="text/javascript"></script> </head>