Jump to content

How can I use md5?


anevins

Recommended Posts

Hello, I have a form which receives the user's card number, and I want to then md5 it through a GET variable.

Currently, I have a poorly constructed wrong syntaxed attempt of this, but I was hoping you guys can help me get this right.

 

Current PHP:

$cnumber = $_GET(md5['cnumber']);

 

Current HTML

	<input type="text" name="cnumber" />

Link to comment
https://forums.phpfreaks.com/topic/231769-how-can-i-use-md5/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.