Questions tagged as 'html'

1
answer

how to show a list with a master structure-detail MVC

You want to show all the details of a certain project, for this you have the following tables in the Outputs table the headers (projects) are saved and in the table Outputs Details are saved (list of products of different projects) T...
asked by 19.03.2018 / 20:13
1
answer

javascript Grid append to html

I want to make my grid does not come from html but to reflect the grid created in js that looks in html, vamso, to have empty html. since I want to learn more to use arrays than to focus on html. I do not see how I can make any suggestions? Than...
asked by 28.02.2018 / 15:24
0
answers

make request to service in ajax using angular also

I try to consume it in the following way function listar( $scope, $http, cliente) { $http({ method: "POST", data: cliente, url: "http://ver.moz.com.mx/movil//Servicios.svc/getEstadosReferenciasPorClienteDetalle" + cliente+'500...
asked by 27.02.2018 / 23:39
1
answer

Do not insert all the values selected by checkbox

<?php require 'connect_db.php'; $turno = $_POST['idctg_turno']; $entrada = $_POST['hr_entrada']; $salida = $_POST['hr_salida']; $dia = isset($_POST['idctg_dia']) ? $_POST['idctg_dia'] : null; $arraydia = null; $...
asked by 22.02.2018 / 08:57
1
answer

Generate a report in PDF in PHP AND MYSQL

Good evening I make a report in PDF with PHP and MYSQL of what my table of my BD contains are: * (main table) "worker" with the attributes control_id, name, ap_parter, ap_maternal, NSS, CURP, RFC and with the foreign keys id_puesto, id_area,...
asked by 15.02.2018 / 06:11
1
answer

How to show the data of a table in codelgniter?

When loading my data in my view, it does not seem like anything to me I leave you my driver public function ver(){ $data = array( 'enlaces' => $this->Usuario_model->verCita() ); $this->load->view('login_vi...
asked by 05.02.2018 / 19:49
1
answer

How to take a line break when the end of the margin is reached with FPDF

I am generating a PDF document with the FPDF library and I could generate it, but I really do not know how to make it jump to the next line when I reach the end of the margin. The code I have puts the elements next to each other with a...
asked by 06.02.2018 / 20:58
1
answer

Embed PDF with base64 and PHP greater than 6MB in an html

I have the following problem, I need to generate an html with a pdf embedded inside an embed, the interesting thing is that with files smaller than 6MB there is no problem but when the file is bigger it fails and only a white screen appears....
asked by 17.02.2018 / 06:40
2
answers

How to empty an input type="number" in js?

How can I empty an input type="number" in javascript. Can you use the document.innerHTML = number; or how is it done?     
asked by 19.02.2018 / 19:42
1
answer

Show user logged in php

Greetings, I have a basic log system, but I want you to show who is logged in, here is my code: <?php /* start the session */ session_start(); ?> <!DOCTYPE html> <html lang="en"> <head> <title>...
asked by 26.01.2018 / 23:19