Jump to content

Can anyone see the problem here?


GetReady

Recommended Posts

Trying to MD5 the password of the registering user and the below code gives me an error, any help will be appreciated, Thanks.

 

	//echo "Registering";
					$isResistered=1;
					createUser($cgi['username'],
						$cgi['class'],
						$cgi['email'],
						md5($cgi['password'],
						$cgi['uniqid']					
						);

   //echo "Registering";
                  $isResistered=1;
                  createUser($cgi['username'],
                     $cgi['class'],
                     $cgi['email'],
                     md5($cgi['password']),
                     $cgi['uniqid']               
                     );

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.