guythatsnotsure
04-17-2006, 03:43 PM
Hi, I would like a nice little code to call a database fields that are named username and password. All i need is a function. The db name is register. I have a register form that sends the results to a file with the database. Heres just the text fields and button i have done.
username: <input type="text" name="username" width="20" style="border-style: outset">
password: <input type="password" name="password" width="20" style="border-style: outset">
<input type="submit" name="login" value="login" style="font-family: Verdana; color: #233966; font-size: 11px; font-weight: bold; background-color: #FFFFFF;">
Ok, well thx. :)
username: <input type="text" name="username" width="20" style="border-style: outset">
password: <input type="password" name="password" width="20" style="border-style: outset">
<input type="submit" name="login" value="login" style="font-family: Verdana; color: #233966; font-size: 11px; font-weight: bold; background-color: #FFFFFF;">
Ok, well thx. :)