Questions tagged as 'html'

0
answers

Autocomplete with search by id and name

How can I do an autocomplete with two column search of the database? I have already looked at several examples, and I have seen one that uses a grid genre, it is something like $("#seletor").combogrid(...) . I already managed to impl...
asked by 24.06.2015 / 10:34
0
answers

Why form does not send?

I have already looked at the whole code and can not find where the error is. The form does not send the data when I click the submit button. <section id="inscricao" class="bg-light-gray"> <div class="container">...
asked by 30.07.2015 / 01:47
0
answers

CakePdf for CakePHP 3.x, DOUBT!

I'm using CakePdf, pro cake 3.x Follow the link: link I'm having problems, because I did it according to my own .. and when I type .pdf .. it's the same way. Ex: link In short, there is no error, it is not in the pdf format, it i...
asked by 15.07.2015 / 07:40
0
answers

Edit Cell of a Table

Well, I'm in need of help, I'm filling a table with a result of Select SQL . As the code below shows: $sql = "SELECT Nome, COUNT(Especialidades_idEspecialidades) FROM especialidades_has_professores AS ehp, professores AS p, professores_h...
asked by 09.06.2015 / 21:00
1
answer

Top under the menu! [closed]

Well,asyoucansee,thetopisablackbanner,thesizeforthewebisnormal,butwhenIslowdown,Iseetotesttheresponsive,Iseethatthebannerisgettingbelowthemenu.Thedivisionofthemenuisonthiswhiteline,asyousee,itissurpassingandmuch!HowdoIsolveit?<!--Começodolog...
asked by 24.07.2015 / 14:21
1
answer

When you have no news message appears

Hello, I have a news system and I wanted a message to appear when I did not have any news in my database. Code: <?php $news8 = mysql_query("SELECT * FROM 10cms_noticias WHERE status = 'Ativo' ORDER BY ID DESC LIMIT 8") or die(mysql_error...
asked by 23.07.2015 / 23:54
1
answer

Download file to FTP and make it available for download automatically

Good afternoon! I'm developing a website, and I have some questions. This site will have a page for downloading some files. I would like to do the following: When transferring a file to the download folder on FTP, this file would have t...
asked by 13.08.2015 / 20:08
1
answer

how to do .append () on the right card, according to the right element of the array

Good morning I'm new to programming in jquery, and right now I'm at a stage where I need to make a table, where the lines in this table consist of two buttons and four cards, if they do. For this I use a vector, $ array, that comes from my datab...
asked by 24.06.2015 / 14:57
0
answers

FTP Rush safe mode

I'm here with a problem using FTPRush. on the site that was created there is a secure and an unsafe mode. I currently log in to use the "SSH FTP" protocol I tried to enter another way and I can not get the same data. I need to try to en...
asked by 24.06.2015 / 13:49
1
answer

Get value from a Span field with cURL Parser

I have a question and a problem. Well it's the following with cURL I login beauty up so far .. ok but I need to get some information that is inside the html: <span id="Number">12345678993</span> <span id="holderName">RAFAELA...
asked by 05.02.2015 / 21:21