kzirk2020
Forum Replies Created
-
Hi @peterschulznl As you can see this is a super simple table. I can’t have a primary key on name because there are many people with the same name. I added a third column to server as the primary key on the MySQL table. It’s INT, AUTO_INCREMENT but this is breaking the inserts. I’m a bit befuddled. Sorry I’m a back end DBA and don’t do a lot of front end stuff. I just volunteered to do this for some friends. Does the PK need to be on a column that people are entering?
Thank you @peterschulznl Problem solved.
@peterschulznl That solved the displaying the two fields on the page, but when I click submit, I get this error “Oops! That page can’t be found.”
@peterschulznl I too am having a similar issue. I’m trying to create a simple form like the Registration Form shown in the video at https://www.youtube.com/watch?v=ogclFArjF4Q
but when I try to access it as a non-logged in user I get this message
as you can see at http://arainbowagreement2020.net/test/.If you go to the home page, I have the select working fine, but am trying to add a form to directly insert. Any help you can provide would be awesome. I’ve been struggling with this for two days now.
Thanks in advance for your help,
Karin