Posts

Showing posts from November, 2013

Simple Log-in/Logout and Registration with Session and Blowfish Encryption

Image
This simple login and logout PHP script uses Blowfish Encryption for its password security here's the screenshot: Download Source Code Database Name: dblogin

Create A Simple Timestamp in PHP, MySQL

Image
Well, here's the screenshot 'coz I'm too lazy to explain it. Here's the code for reference: index.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Time Ago</title> <style> #stamp{ background-color:#CCCCCC; } </style> </head> <body> <p>Create a Database by clicking the button below then sign-up the form.</p> <form method="post" id="createdb" action="createdbandtables.php"> <input type="submit" class="submitdb" value="Create DB" /><br/> </form> <form action="reguser.php" method="post" name="userreg"> <table&g