Posts by César Mattos • 13 points
5 posts
-
0
votes1
answer122
viewsQ: Combo <Select> does not work
I need the second <select> receive the data according to the choice of the first. The <option> in the first <select>, but in the second it doesn’t move. I have a folder textdata…
-
0
votes0
answers120
viewsQ: Trigger creates duplicate records
Mysql "update" Trigger creates 8 records each update. The first record is the old one, the next seven are copies of the change. As I leave only the old and the edited? I tried to put UNIQUE key on…
-
0
votes0
answers98
viewsQ: Show when no search result in database
In the SQL search, if you do not return the result, you will see a "No results found" message. Okay, when you search, you find a result and when you don’t have it shows the message - so far so good.…
-
1
votes1
answer355
viewsQ: Check equal data in SQL with onBlur
I need you to type in input, it check in the database if there is an equal record, as those user creation fields in email. I believe it’s in the onBlur of input, and use a if == in the command, the…
-
0
votes1
answer961
viewsQ: Combobox receive data in the second field (list menu)
Question: I have 2 Select Menu and I need the second select to change with data group according to the choice of the first one. For example, make of cars and models. In the first select the brands…