Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
html login php script
SUBMITTED BY:
Thor2607
DATE:
Sept. 29, 2016, 3:07 a.m.
FORMAT:
HTML
SIZE:
315 Bytes
Raw
Download
Tweet
HITS:
670
Go to comments
Report
if ($_POST["uname"] != null)
{
if ($_POST["psw"] == "login")
{
$_SESSION["login"] = "true";
}
}
if($_SESSION["login"] == "true")
{
include('intern.html');
}
else
{
include('login.html');
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus