Questions tagged as 'forms'

1
answer

Positioning a FORM on the page

I'm trying to put two SELECT MENU side by side on my page. However, when I put the first one it appears, when I place the second and it appears in the changed position. If I reverse and put the second first it disappears in the browser view. &...
asked by 24.10.2017 / 08:26
1
answer

Choose which input to submit [closed]

Good afternoon, I'm looking for help developing a form like this: in the form it will have some type fields: a select asking if the product has a serial number or not. If it does not have serial number it leaves the input with value predefined s...
asked by 03.10.2018 / 20:27
1
answer

Search by filter using mysql

Hello! I need a search with filter relative to the page of product by category, that is, when searching for products by a certain category show in the sidebar filter options like: new or used, minimum price up to maximum price, etc. for better u...
asked by 03.06.2016 / 04:16
2
answers

I can not send form data to the mysql database

Connection file <?php $servidor = "dsadasd.com.br"; $usuario = "ttt"; $senha = "ttt"; $dbname = "cadastro"; //Criar a conexao $conn = mysqli_connect($servidor, $usuario, $senha, $dbname); if(!$conn){ die("Falha...
asked by 27.11.2017 / 18:59