Dbase |
|
|
PHP |
|
|
MySQL |
|
|
*HTML |
|
|
JavaScript |
|
|
Networking |
|
|
Other |
|
|
|
|
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
|
|
|
|
|
Society
News |
DbaseProgrammers.com
is currently working on a new PHP admin and Dbase
admin for account administration |
|
|
|
|
|