Posts by Nathi • 35 points
6 posts
-
0
votes1
answer81
viewsQ: Update with two tables at the same time
I’m doing an update to edit window and it’s not giving error, but it’s only working the address part, the beekeeper information part is not updating Beekeeper table <?php session_start();…
-
-1
votes1
answer34
viewsQ: Combobox already selected with database value
I have some combobox in the area of editing user information and I need to pull the data already selected previously by the user at registration time. I tried to do with the foreach but it didn’t…
-
0
votes1
answer31
viewsQ: Error message if e-mail already exists in the database
I have a user registration and I need an error message to appear if the user tries to register an email that already exists in the Bank. I wanted a message in the field itself. How can I do??…
-
1
votes1
answer75
viewsQ: error message fields required
I have a modal that registers some information, and I need the error message (the one in bold) to appear only when the user forgets to fill in information such as identification, box type and…
-
0
votes1
answer33
viewsQ: How do I pull the previously selected data from the register for a combobox in the issue?
I have a customer registration that is done by the user and after that has the part q the user can edit this information. I’m having problems to pull data already selected for the combobox according…
-
1
votes1
answer470
viewsQ: My Carousel does not pass the bootstrap images
The code below is being used to show images that are in the BD, however it is not passing the photos: <div id="conteudo2" class="row"> <div id="carouselExampleIndicators" class="carousel…