Questions tagged as 'html'

1
answer

Remove "flashing screen" effect at the push of a button! [closed]

I'm doing a project - with Arduino - along with controls in a web HTML page, that's all right. However, when you press a button on the web application, the page is reloaded, giving a "flicker" effect to the screen, how do I get that effect...
asked by 22.08.2018 / 01:18
1
answer

Changing page information with PHP

I'm doing a college job and I need to change page information like title-intro , blockquote and quote but it has to be done through another page as if it were an administrative page the only idea I had was through form and using the POST me...
asked by 23.08.2018 / 16:35
2
answers

Loop in $ _POST to save data to a .CSV file

Hello, I have a question for two days, I'm trying everything and I still can not if someone can help me !! I made a form in HTML and PHP, where I fill in the form and after submitting submit I generate a .csv file with the filled data, so...
asked by 08.05.2018 / 16:22
2
answers

Keep menu item disabled

How to keep a menu item temporarily disabled on the site? <li><a href='cadastrar.php'>CADASTRAR</a></li> Thank you.     
asked by 26.05.2018 / 16:20
1
answer

Facebook Plugin - PhoneGap

I'm using a PhoneGap plugin to log in with Facebook, it's working perfectly, I can get the email and user id, now I needed to put that data in a JSON so I could work with it via ajax. follow the code: HTML <div class="event...
asked by 06.08.2014 / 19:32
2
answers

Place side-by-side css / html / bootstrap elements

I need to put these two elements side by side, how can I do this? Using html / css / bootstrap. My code: Html:<divclass="container"> <div class="pesquisa"> <form id="filter"> <label>Filtre tickets pelo nome: </l...
asked by 01.06.2018 / 23:08
2
answers

Update in database table

I have this code to make updat and field estad o as completed and be the only field that can be edited: <?php $servername = "xxx.xxx.x.xx"; $username = "xxxxx"; $password = "xxxxxxx"; $dbname = "xxxxxxxx";...
asked by 09.02.2018 / 16:20
1
answer

Change bootstrap menu according to page width

I'm developing a web application and I put in the application the bootstrap menu I would like when the application reaches the maximum width of max-width: 770px the menu would be the same as the menu that is in the normal width of the pag...
asked by 10.10.2017 / 23:27
1
answer

Select related to another select, pulling bank data

I need to create a form that pulls the sql bank options. So far so good, I've done a while inside a query in php; echo '<SELECT NAME = "setor">'; while ( $temp = $setores->fetch_assoc() ) { echo '<OPTION>'.$temp['nom...
asked by 09.10.2017 / 15:14
1
answer

How to align form fields in HTML

Hi, I'm developing an HTML form. Would you like to know how I can align text boxes to fill in? <html> <head> <form> <title>Formulário</title> </img src "C:/Users\ASUS/Des...
asked by 15.09.2017 / 20:47