Skip to main content
Inspiring
October 15, 2007
Question

Update Record Wierdness

  • October 15, 2007
  • 1 reply
  • 408 views
Hi Folks,

I have an update form which when submitted doesn't work. I check the database and nothing has changed. If I then go back in the browser to the form and click teh submit button it works perfectly and the record is updated. It's the same every time.

Without firing up all the code I just wondered if anyone could give me an idea what could be causing the problem.

Cheers


Dave
This topic has been closed for replies.

1 reply

Inspiring
October 15, 2007
mac-in-the-mountains wrote:
> Hi Folks,
>
> I have an update form which when submitted doesn't work. I check the database
> and nothing has changed. If I then go back in the browser to the form and click
> teh submit button it works perfectly and the record is updated. It's the same
> every time.
>
> Without firing up all the code I just wondered if anyone could give me an idea
> what could be causing the problem.
>
> Cheers
>
>
> Dave
>

Why do you say its updated? Are you shown the updated record, or a
success message?

Steve
Inspiring
October 16, 2007
when I check the MySQL database directly I can see that on the first attempt nothing happens but always on the second attempt the record is updated. Happens every time.