Question By
Unsolved

php LOGIN script

jack-nicholson

Oct 22nd, 2016 05:26 AM

<p>Doubt regarding php loginscript video</p> <p>what does this error mean</p> <p><strong style="color: #000000; font-family: Comfortaa, cursive; font-size: medium; text-align: center;">Notice</strong><span style="color: #000000; font-family: Comfortaa, cursive; font-size: medium; text-align: center;">: Only variables should be passed by reference in&nbsp;</span><strong style="color: #000000; font-family: Comfortaa, cursive; font-size: medium; text-align: center;">C:\xampp\htdocs\phplogin\register.php</strong><span style="color: #000000; font-family: Comfortaa, cursive; font-size: medium; text-align: center;">&nbsp;on line&nbsp;</span><strong style="color: #000000; font-family: Comfortaa, cursive; font-size: medium; text-align: center;">22</strong></p>
baljeet-sidhu

Oct 19th, 2017 06:15 AM

<form action="register.php" method="POST"> <input type="text" placeholder="Enter your Email" name="email"> <input type="password" placeholder="Enter a password" name="password"> <input type="password" placeholder="Confirm your password" name="password"> <input type="submit" value=Register> </form>**ddd**