Questions tagged as 'html'

0
answers

Invert Ocorrecias

Good morning guys. With this code, and I need the output of it to go the other way, I will put an image just to illustrate. code: <script> var num =[]; function loadDoc() { var xhttp = new XMLHttpRequest(); xhttp.onread...
asked by 30.09.2018 / 17:30
2
answers

About tag meta name="author" content=""

A question I always have, is this meta tag for the name of the owner of the company or who made the template? meta name="author" content="">     
asked by 30.09.2018 / 20:23
1
answer

Spacing of two divs with bootstrap

I'm two divs that are glued together and I wanted to have a vertical split in them, but I'm not doing it right. I'm using the bootstrap spacebetweenthefilebuttonandsavebuttonincase<div><div><span>ArquivoReferenteaRequisição...
asked by 27.09.2018 / 14:27
0
answers

Data conversion ("yyyy / mm / dd") to ("dd / mm / yyyy") [duplicate]

I am using a field of type Date in the file HTML , to facilitate the selection of the date, however it will save to the bank in American format yyyy/mm/dd I made the following query to transform this data and show...
asked by 05.10.2018 / 18:48
0
answers

jQuery giving "Unexpected token;" problem in variable assignment

I use this code below to load on the display of a DataTable values according to what the user selects, it is not possible to use the default DataTable and must be so I can request the server the required amount. The code below is how this is don...
asked by 26.09.2018 / 15:10
1
answer

How to make the table more dynamic?

I have to create a little game. It is a table with one word. The letters of the word will all be mixed and the user has to write the word correctly by clicking on each letter before the time is up. I'm having trouble making all rows in the...
asked by 26.09.2018 / 14:17
1
answer

PHP sends partial data to mysql

Oops! I'm learning to use the html + php + mysql trio and the business is giving me a dance. when I finally understood the mistakes I was making, I went for the most real test, I made a very simple login, the strange one, just send the password...
asked by 26.09.2018 / 19:49
0
answers

Undefined index value, taking a value with the change and adding an input

Oops, I have a problem and I can not find a solution, it can be simple, but I'm not filling the error. If you can help me thank you! Next, I made a script where I can get the PRICE of the "PRODUCTS" TABLE and add to an input, the PRICE of the pr...
asked by 05.10.2018 / 05:27
1
answer

How do I use FILTER_VALIDATE_IP to handle an array?

<input type="text" name="ip[]"/> <?php $ip = $_POST['ip']; if(filter_var($ip, FILTER_VALIDATE_IP)) { echo("$ip is a valid IP address"); }else { echo("$ip is not a valid IP address"); } ?> If I put any ip without being an...
asked by 01.10.2018 / 20:01
0
answers

How to reload a page after running a function

Good afternoon !!! I would like some help if possible. I'm developing an app like college work. I would like to do that, with the user click on the save and delete buttons, executing their php referencing functions, it would be redirected to the...
asked by 01.10.2018 / 18:08