66,627
Top Comments
see all
All Comments (162)
-
@kwonzomatic you can "escape" this error by doing following code:
if(isset($_POST['submit'])
Basically you now are going to check if that post-variable is set.
-
Parse error: syntax error, unexpected ')' in C:\xampp\htdocs\register.php on line 12
-
Why not use the die function when passwords do not match? By using echo won't the code still run?
-
how to change the echo error msg from top to bottom ?
-
How do you put the strlen function, if MD5 can convert every text you submit into the it's length of codes
-
-
@joeldelumen salt ads a generated code to the md5 hash and it makes it harder for a hacker to get the password, when a user signs up it ad's a string to their password and then runs md5.
-
@BiohazardElements hi. may i ask, what does this salt do?
Loading...
You do it REALLY fast...
ProgramNiceDownload 3 months ago 8
What does "Notice: Undefined variable: submit in C:\xampp\htdocs\jonzy\register.php on line 18" mean. When i first go to the register.php page that eror goes up. Some one please help
kwonzomatic 8 months ago 7