Posts by Bernardo Rodel • 27 points
6 posts
-
0
votes1
answer82
viewsQ: SELECT and INSERT - Inserting only the first data
I wanted to save the two data (from sector and from sector) but he is saving only the first in the two Insertion script (html): <div class="form-group"> <label for="de_setor"…
-
2
votes1
answer37
viewsQ: Insert data if another INSERT is successfully executed
I want you to enter the data in table.2 IF the first entry, in table.1, is successfully executed. all_processo.php <!DOCTYPE html> <html> <head> <meta charset="utf-8">…
phpasked Bernardo Rodel 27 -
-1
votes1
answer38
viewsQ: How to insert in one table and after inserting in another (with foreign key)?
Good afternoon, How can I do a simultaneous INSERT? I want you to insert the data from one table into the other table as well! Database: MYSQL Insertion script: <!DOCTYPE html> <html>…
phpasked Bernardo Rodel 27 -
0
votes0
answers20
viewsQ: Form creating two identical data in DB and not listing in the proper page
Script form (all_process.php): <?php require 'conexao.php'; $conexao = conexao::getInstance(); $acao = (isset($_POST['acao'])) ? $_POST['acao'] : ''; $proc_id = (isset($_POST['proc_id'])) ?…
-
0
votes0
answers17
viewsQ: Bindvalue error (or INSERT)
Warning: Pdostatement::execute(): SQLSTATE[HY093]: Invalid Parameter number: number of bound variables does not match number of tokens in C: xampp htdocs teste all_processo.php on line 92 Error…
pdoasked Bernardo Rodel 27 -
0
votes1
answer49
viewsQ: If you don’t search, don’t show up
I want the user to search the term and just find that table. However, I can’t get the default view (follow the print): I want only the search bar and buttons below (except View All). Follow the page…
phpasked Bernardo Rodel 27