Search found 4 matches
- Sat Apr 14, 2012 12:23 am
- Forum: PHP
- Topic: Activation login.php error
- Replies: 6
- Views: 6299
User profiles
// EDIT: Managed to fix it myself by adding a new function, nvm
- Fri Apr 13, 2012 11:04 pm
- Forum: PHP
- Topic: Activation login.php error
- Replies: 6
- Views: 6299
Re: Activation login.php error
Thanks man, that fixed it
- Fri Apr 13, 2012 10:28 pm
- Forum: PHP
- Topic: Activation login.php error
- Replies: 6
- Views: 6299
Re: Activation login.php error
Thanks for the reply,Temor wrote:try addingecho mysql_error();under the line that is failing ( 37 ).
the error I got is
"Table 'user_activation.user_id' doesn't exist"
- Fri Apr 13, 2012 5:41 pm
- Forum: PHP
- Topic: Activation login.php error
- Replies: 6
- Views: 6299
Activation login.php error
Hello, just want to start by thanking you for creating these good tutorials, i've learnt a lot! :) I have just finished following your activation script tutorial but i've run into a problem with my login page. When i try to login, i get the following message: Warning: mysql_result() expects paramete...