PHP Login script
<p>Hi,</p>
<p>I am unable to register a user on the register.php. I'm getting this error:</p>
<pre class="language-php"><code>Notice: Only variables should be passed by reference in F:\wamp64\www\login\register.php on line 14</code></pre>
<p>This is my line 14:</p>
<pre class="language-php"><code>$stmt->bindParam(':password', password_hash($_POST['password'], PASSWORD_BCRYPT));</code></pre>

