Jump to content

Tonax

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Tonax's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Well I fixed it but not sure why this worked. I had the script running before and this problem started one day. I put in $pass=$_POST['pass']; and it worked fine.
  2. I'm working on a membership script and my password field is converting uppercase chars into lowercase. Never had this problem occur before... [code]<table width="90%" border="0" cellspacing="1" cellpadding="0">   <tr>     <td valign="top"><form enctype="multipart/form-data" name="login" method="post" action="http://www.tonax.net/members/login.php">         <input name="user" type="text" id="user" class="forms" value="username" size="10"></td> <td valign="top" align="center">   <input type="checkbox" name="cookies" value="cookies"><label><font size="-2">remember me</font></label>   </td>   </tr>   <tr>     <td> <input name="pass" type="password" class="forms" size="10"></td> <td align="center"><input type="image" name="Submit" src="http://tonax.net/images/go.gif"></td></tr> </table></form>[/code]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.