Search found 4 matches

by bobdylan
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 :)
by bobdylan
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 :)
by bobdylan
Fri Apr 13, 2012 10:28 pm
Forum: PHP
Topic: Activation login.php error
Replies: 6
Views: 6299

Re: Activation login.php error

Temor wrote:try adding
echo mysql_error();
under the line that is failing ( 37 ).
Thanks for the reply,
the error I got is
"Table 'user_activation.user_id' doesn't exist"
by bobdylan
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...