Problems Updating Database

2006-09-06 Thread Nicholas Vettese
I have a registration script that inserts data into the database, and then emails you an activation code to activate your account. The problem is that when I click on the link in the email, the account does not get updated. The portion of the script that has a problem is this: $query = UPDATE

Re: Problems Updating Database

2006-09-06 Thread Jo�o C�ndido de Souza Neto
Which error do you get in activation page? Nicholas Vettese [EMAIL PROTECTED] escreveu na mensagem news:[EMAIL PROTECTED] I have a registration script that inserts data into the database, and then emails you an activation code to activate your account. The problem is that when I click on the

Re: Problems Updating Database

2006-09-06 Thread Jo�o C�ndido de Souza Neto
I can see something that can be the problem, in mysql 3 you don´t have trigger, then you cannot use trigger_error function, try to use mysql_error instead. Nicholas Vettese [EMAIL PROTECTED] escreveu na mensagem news:[EMAIL PROTECTED] I have a registration script that inserts data into the

Re: Problems Updating Database

2006-09-06 Thread Miles Thompson
At 08:22 AM 9/6/2006, Nicholas Vettese wrote: I have a registration script that inserts data into the database, and then emails you an activation code to activate your account. The problem is that when I click on the link in the email, the account does not get updated. The portion of the

RE: Problems Updating Database

2006-09-06 Thread Nicholas Vettese
, 2006 9:15 AM To: mysql@lists.mysql.com Subject: Re: Problems Updating Database At 08:22 AM 9/6/2006, Nicholas Vettese wrote: I have a registration script that inserts data into the database, and then emails you an activation code to activate your account. The problem is that when I click