Noerd Joeller wrote:
Your form is fine. You'll need to post your processing script, because that's where the problem is.
On your next page, a simple <?php print $password; ?> will work perfectly.
I just have
print "$username,$password<br>";
there right now for debugging purposes, but still the last character of "password" is lost!
For example: if I give the form the values test for username and test for password, the above statement will print "test,tes"....