| DemonKing19 - Jul-24-2007 server time |
| Update: I got the 2 tables made (username and password) but the password table doesn't work? Any idea why? Do I need to change one of the default settings on the table setups??? |
| DemonKing19 - Jul-24-2007 server time | ||
| Alright, my friend recently wrote me a login script/members page script for one of my websites, but didn't tell me how to configure the MySQL Database for it. I have the table "users" setup, but now when the script is run, it says missing fields username and pass in the "where clause" and I have no idea what I did wrong Below is the script, I have removed my username and pass from it, but I left the part that contains my SQL Database connection information (its a PHPnet account).
This is where the script is located: http://bdamanempire.phpnet.us/login.php And yes, its saved as a PHP file, so the script runs/compiles properly. If anyone can help me configure my users database so I can get this running, that would be so great! |