Questions tagged as 'html'

1
answer

Select PHP + Mysql

I'm new to web programming and I'm having trouble creating a CRUD, the insert worked OK, but the next step is that SELECT is not running as it should and I'd like you to help me see which one is being my mistake. I'm doing this: <?php $con...
asked by 06.06.2016 / 06:26
1
answer

how to set a minimum resolution

I'm building a system in php for box control. It will be a computer-only system, meaning you will not be responsible. I created the menu, the information of the boxes and etc ... It's all 100%, but I noticed that on some computers with low...
asked by 10.05.2016 / 18:44
0
answers

CRUD Mysql, I need a button that fills inputs

Good morning, I have a question about how to make the above inputs receive data from my database, for example: let's suppose I change something, but I just want to change a value to the cep (just an example) but to change it I need to know all t...
asked by 03.05.2016 / 15:36
0
answers

Problem with variable POST php

Code: Form: <form action="../controller/NotPrecontrole.php" method="POST" onsubmit="return valid();"> <input type="hidden" name="id" value="<?php echo $id; ?>"/> <input type="date" name="DtInicio" value="<?p...
asked by 03.05.2016 / 16:27
1
answer

How to do a Jquery that when selecting a radio button, I change the items of a select?

I'm creating an html site and I'm still a bit new to it. I'm doing a store registration screen. My problem is: when selecting a radio button, I want it to change the select (combobox) data. Example: Radio Button Institution, I want it to show in...
asked by 04.05.2016 / 23:00
0
answers

How to use foreach with the mPdf library?

Hello, friends. I'm in a hard problem, I know what it is, but I can not solve it. Well, I'm using the mPDF library to generate reports, it's great and very simple to use. I am bringing information from the database and saving it on a table...
asked by 28.05.2016 / 03:18
0
answers

Align items right inside a flexbox

I'm using bootstrap 4 and this css class, to vertically align my items: .vertical-align { display: flex; flex-direction: row; } .vertical-align > [class^="col-"], .vertical-align > [class*=" col-"] { display: flex; align-items:...
asked by 09.05.2016 / 20:47
0
answers

Insert an Adobe edge animation into the Worder Zerif theme

This is very specific, I do not know if you can help me. This theme has several sessions, which are nothing more than PHP pages that are imported. I created a new page called "animation" and I imported the theme with the code: get_template_par...
asked by 25.05.2016 / 15:47
2
answers

What would be the most efficient way to replicate this code? (Javascript)

Doubt With this code, I can only create and manipulate an "official", I wanted to be able to add more employees by clicking a button and manipulating their data. HTML <!DOCTYPE html> <html> <body> Funcionario:...
asked by 25.05.2016 / 00:37
1
answer

not submitting form via phpmailer

My problem is the following, I have a form on a html page and would like it to be sent by email , I did some research and decided to use > phpmailer , but when I click the send button nothing happens, it is disappointing. my form. <for...
asked by 22.04.2016 / 03:25