:thinking: i've been told we cannot force people to use certain browsers, but i disagree :hammer:
$_SERVER['REMOTE_ADDR'] is what your looking for?
I figured out the solution to this problem. I had <script ...> and </script> at start and end of the function file but i needed to close the...
doesnt seem to have any effect. i also tried removing the html and body tags. javascript does not need to be in a .js file am i correct? although...
here is the code for password strength in register.php include 'functions.php'; .. <tr> <td align="right">Password:</td> <td> <input...
a register page that i've created works great in firefox, but in ie7 for some reason it doesnt want to load/update the javascript. i've got a...
you were right, i forgot to include the <select></select> tags :thinking: it works now tyvm
tried it. the text shows up but i cannot pass html through the innerHTML. i would assume there is a way to do that but no idea how. a great...
That's not my problem. I'm trying to make the country dropdown menu display the province/state dropdown menu IF the country dropdown menu has a...
onkeyup rather than onkeypress should work for realtime form validating
I'm trying to create a registration form with a country and state dropdown box using the html option tag. But what i'm trying to achieve is that...
int size = 5; char value1[size] = {'a','b','c','d','e'}; char value2[size]; for(int i = 0; i < size; i++) { value2[i] = value1[i]; }...
You can create a randomly generated string to be set as the password when the user register's. Probably emailing the password to the new user...
using apache via WAMP. as long as it works i'm happy. i fully understand cookies now.. thank you for posting this article
problem resolved :happy: curious as to why this happens though. it was the php start tag causing the error... { ?>...
sorry double post.. could not edit could it have something to do with notepad++ as that is my text editor of choice... i will try a different...
the error outputted in localhost/login.php Parse error: parse error in FILE PATH HERE on line 81 login.php - line 81 being the very last...
yes, same error with the code from article. i know enough about php to troubleshoot error's and correct most of them but this one has me stumped
question about the loginlogout.zip file. i downloaded the file and for some reason login.php won't run. keep getting a parse error in last line of...
community lobster feast :) just got home actually
Separate names with a comma.