No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hi, I have some jQuery code which checks whether capslock is on, but it works only with .keypress(). I want to alert when document is ready, not when im filling input. Is it possible to check status of capslock and alert the user without filling the input?
Hi, you just redirect to errors.php but you don't send data there. So in "get_user data" under code where you set variables add something like this: [code] $_SESSION['name'] = $name; $_SESSION['username'] = $username; $_SESSION['password'] = $password; $_SESSION['rep_password'] = $rep_password; $_SESSION['adress'] = $adress; $_SESSION['num'] = $num; $_SESSION['emal'] = $emal; [/code] So …
The End.