Ask for the function of md5 in the php document _ by the way, ask your son for a name-php Tutorial

Source: Internet
Author: User
Find the md5 function of the PHP file _ by the way, give the son a name! 1. what is the md5 function of the PHP file? 2. my son (probably) is about to be born. ask for a name! Cheng. Reject names such as & nbsp; Cheng bowl rice, Programmer & nbsp. It does not require high-end, atmospheric, and upper-grade services. Thank you! Find the md5 function of the PHP file _ by the way, give the son a name!

1. what is the md5 function of the PHP file?


2. my son (probably) is about to be born. ask for a name!

Cheng.
Reject names such as Cheng bowl rice and programmers.
It does not require high-end, atmospheric, and upper-grade services.
Thank you!

Share:


------ Solution --------------------
Md5_file
------ Solution --------------------
Scatter stickers?
What is MD5? check the manual.
------ Solution --------------------
Let's call Cheng Kai to create the future.
------ Solution --------------------
Congratulations .....

However, the name of "common" is not good... it's really too popular for parents.

Cheng Siyuan
------ Solution --------------------
Cheng Sicheng
------ Solution --------------------
Reference:
Cheng Sicheng


I also want to say this name just now, but where does it look like I have heard of it?
------ Solution --------------------
There is a star, Chen Sicheng.
------ Solution --------------------
Chen Saner
------ Solution --------------------
Let's just call Cheng. Note that there is an implication ~
------ Solution --------------------
The md5 function is mainly used for encryption. For example, I want to encrypt the password and save the encrypted result to the database:
 header("Content-Type:text/html;charset:utf-8");
$conn=mysql_connect("localhost","root","")or die(mysql_error());
mysql_select_db("login",$conn)or die(mysql_error());
$username=$_POST['username'];
$password=$_POST['password'];
$password_mi=md5($password);
$sql="insert into login values('$username','$password_mi')";
mysql_query($sql);
?>

Cheng is good.
------ Solution --------------------
How good is Cheng Yunhe?
------ Solution --------------------
See what is missing from the five elements
------ Solution --------------------

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.