Posts by w.rock • 135 points
12 posts
-
2
votes2
answers19092
viewsQ: How to make INNER JOIN mysql
How do I make an Inner Join in these tables: Vehicle ve_id ve_name vey_cor mar_id (foreign key) Brand mar_id mar_nome I want to pull in a table ve_name, ve_color and mar_name…
-
0
votes2
answers149
viewsQ: PHP how to let select set
I have a select that takes the data from the database to make an insertion: <div class="row"> <div class="form-group col-md-2"> <label for="marca">Marca</label> <?php…
-
0
votes1
answer883
viewsQ: Check if foreign key is being used
I have 2 tables: Functionary idFunctioning Name Addressee profession Professional idProfissao officiating Being that the profession of the working table is a foreign key of idProfissão of the…
-
1
votes1
answer103
views -
0
votes4
answers1177
viewsA: Minimum quantity jquery
Someone had posted the answer to my problem, but I don’t know why you deleted the post. That was the answer: $('#form').on('submit', function() { if($('#Descricao').val().length < 10) {…
-
1
votes4
answers1177
viewsQ: Minimum quantity jquery
I need a jquery code that when clicking on Submit it appears an alert and does not let the user continue unless you have entered 10 characters inside the input <form action="add.php" id = "form"…
-
1
votes3
answers1606
viewsQ: mascara and formulary validation
I am a beginner in programming, how do I insert a mask and a Cpf validation in this script ? It can be php or jquery. <h2>Novo Cliente</h2> <form action="add.php" id = "formCandidate"…
-
2
votes0
answers6326
viewsQ: require_once include_path='C: xampp php PEAR' error
What is this mistake: Warning: require_once(../config.php): failed to open stream: No such file or directory in C: xampp htdocs... CRUD.php on line 2 Fatal error: require_once(): Failed Opening…
-
0
votes1
answer901
viewsQ: problem when calling modal
I’m starting to learn about modal, so I looked for some examples and found one that would help me in what I need, but this with some mistake that I can’t identify. The code is this: <a…
-
0
votes0
answers50
viewsQ: Problems saving information to the Database
I have this code, but for some reason you’re not saving the information in the database. Can someone explain to me what’s wrong with the code ? <?php require_once('functions.php'); add(); ?>…
-
0
votes0
answers45
viewsQ: error while loading information in select
I have this code that would have to load a select and just below one would have a textarea, however, after I put the php code to fill the select, my textarea is gone and I can’t identify the reason.…
-
3
votes1
answer370
viewsQ: Input text returning bool(false)
I have this HTML code <!DOCTYPE html> <HTML> <HEAD> <TITLE>Cadastro</TITLE> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css"…