You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a prepare statement that insert into table.
When I submitted 1st form submission, I could not find any row appear in my table, and test 2nd form submission, then I realised the 1st row will then appear but not the 2nd row that will only appear after the next form submission.
Why is this a weird behaviour or a bug?
The text was updated successfully, but these errors were encountered:
wildfiremedia
changed the title
Does not immediate save into db?
Does not immediate saved into db?
Dec 29, 2024
I have a
prepare
statement that insert into table.When I submitted 1st form submission, I could not find any row appear in my table, and test 2nd form submission, then I realised the 1st row will then appear but not the 2nd row that will only appear after the next form submission.
Why is this a weird behaviour or a bug?
The text was updated successfully, but these errors were encountered: