Opensource National Identification System

This is what the Government of the Philippines need. A National Identification System.
Coded this during my free time..
It is fully responsive and built with Bootstrap 3+ Framework, HTML5 and CSS3.

You can check the live link at Open Source National ID system 

If you need the whole application coded with server side, email me adrivanrex@gmail.com

Hackthissite.org:Extbasic missions 13

Solution:

  1. Since the isset() function only determines if a variable is set and is not NULL, it does not check the value of  the variable. Here below is an example.

    < ?php
    $var = ”;

    // This will evaluate to TRUE so the text will be printed.
    if (isset($var)) {
    echo “This var is set so I will print.”;
    }
    ? >

  2. Input ‘vrfy.php?name=&email=’ and check.
  3. It’s done.