Jump to content

Parse Error - Surely Simple - problem is so am I!


herghost

Recommended Posts

Hi everyone.

 

I am having some problems figuring this out:

 

$password = (isset($_POST(md5['password']))) ? $_POST(md5['password']) : '';

 

Returns a parse error, while

 

$password = (isset($_POST['password'])) ? $_POST['password']: '';

 

is fine, how do I add the md5 hash?

 

Cheers

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.