Home | Help | Site Map | Mail    
TOP SITE:   Hostdebut.com Elite quality co-located virtual servers

Dbase
» Dbase SourceCode
» Dbase Inc.
» DbaseProgrammers
» Dbase News Groups
PHP
» PHP SourceCode
» Apache Software
» PHP
MySQL
» MySQL Help
» MySQL AB
*HTML
» Validate links
JavaScript
» JavaScript Help
Networking
» Windows commands
» Subnet Math
» Port Assignments
» Telnet connect
» Wireless
Other
» Find a Monster Job
» Find a Dbase Job
» Compare your Salary
» InfoSec Pros
» $9.99 domains
» NT0 Web-Hosting
» 
Cheap Flowers Web-Hosting

SourceCode for DbaseProgrammers.com


PHP MD5

//**************************************
// Author: Todd Adams
// PHP MD5.
//**************************************

<html>
<head>
<title>php and md5</title>
<?php
/*if statement  verifies the form input*/
if($HTTP_POST_VARS)
{
$code= md5($pass);  
/*note that these htmlspecialchars and md5 are the built in functons of php language*/
echo "the word you have entered is:\t\t\t".$pass."<br>";
echo
"the md5ied form of the word is:\t\t\t".$code;
}
//end of if statement
?>
</head>
<body>
<form method="post" action="<?=$PHP_SELF?>">
<br>
<b>enter a word:</b><br><input type="text" name="pass"><br>
<input type="submit" value="md5">
</form>
</body>
</html>

-->



PHP OpenSource | Dbase OpenSource | MySQL Help | Home | Contact

The code of the week
Members Area
Society News
DbaseProgrammers.com is currently working on a new PHP admin and Dbase admin for account administration
More Links
 
Whitepapers
ServerWatch
SQL Class
ICANN
IANA
RFC
W3C
Internet.com
NSA-SNAC
Foxnews
  Copyright DbaseProgrammers.com Aug. 2003