PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Muhammad Faryad   PHP Key Generation System   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Php Unique Key Generator
Class: PHP Key Generation System
Generate and validate keys attached to MAC address
Author: By
Last change: Updated
Date: 9 years ago
Size: 354 bytes
 

Contents

Class file image Download
<?php
include_once("my_class.php");
$chkkey = new my_keys();
$chkkey->validatekey();
?>
<!DOCTYPE html>
<html lang="en">
    <head>
    <title>Secure Page</title>
    </head>
    <body>
    <h1> Assalam-o-Alaikum!</h1>
    Did you like it? Please like my page on <a href="https://www.facebook.com/Tolamangali" target="_blank">Facebook</a>
    </body>
</html>