<?php
$password = "abc123";
echo($password."<br>");
$salt = "phelp";
echo(crypt($password, $salt));
?>
Related posts:
- Generate a random password <?php function random_password () { $seed = (integer) md5(microtime()); mt_srand($seed);...
- Creating a table in a MySQL database <?php //connect to your MySQL server using your servername ,...
- Create a database ’set up a reference to the Microsoft DAO 3.5 Object...
- Latest stock market information using PHP This example is getting information for the Dow Jones stock...
- Stock Quote example in PHP This shows how to get stock quote information using Yahoo...
Related posts brought to you by Yet Another Related Posts Plugin.
