Questions tagged as 'html'

1
answer

Print PDF from 000webhost

Well I am trying to generate a pdf file, locally it is perfect, but when uploading it to this host that I am using tests I get the following error; I consider that the error is not in the foreach, but at the moment of printing the data...
asked by 08.05.2018 / 19:15
1
answer

Modify variable in a PHP Session

I have this in a PHP file <?php session_start(); ?> <?php $inscripcioncerrada = "inscripcioncerrada.php" ?> <?php $inscripcionabierta = "inscripcionabierta.php" ?> <?php $_SESSION['estadoInscripcion'] = $inscripcionce...
asked by 09.05.2018 / 15:49
1
answer

Assign variable php as attribute id of a div tag

I want to generate a alert by giving click to each of the numbers in the table that is generated with the for . The alert works, but I want it to be the same number in the box that I click on. In this case the error is...
asked by 21.05.2018 / 20:20
1
answer

Error in input with ui-bootstrap does not show the results

I'm trying to show a result in a input type autocomplete making a request get but it does not show the results ... angular.module('ui.bootstrap.demo', ['ngAnimate', 'ui.bootstrap']); angular.module('ui.bootstrap.dem...
asked by 21.05.2018 / 14:41
2
answers

Create subname in wordpress

I need to create a subfolder in the domain link The subname I want to enable is link ** / en / ** recrea / Is there any way to do this? In the wordpress links does not let me do it and I do not know if you have to force it in some way wit...
asked by 15.05.2018 / 16:33
2
answers

Send data from Javascript to PHP and then use Phpmyadmin

I am in a project in which I use javascript to take information from some forms and I would like to be able to work with a database through phpmyadmin but as I understand I must first pass all the data I have taken through javascript to php Ther...
asked by 16.05.2018 / 08:10
2
answers

Edit rows with php

I just make a table of users with the functions of delete, edit and add, I have the functions of adding, deleting and editing, the problem is when I give edit to a row I see the fields in the row with the id = 1, this in any row, and what I want...
asked by 26.04.2018 / 14:50
1
answer

How can I create a file with data inside and if it exists replace it with php

I want it when a url arrives:   ? page = home & amp = change = user1 and put it in $ _GET variable [''] $Cambiar_recibido = $_GET['cambiar']; //Imprimir esa varible $usuario = $Cambiar_recibido; //Crear el archivo y si ya existe...
asked by 28.04.2018 / 21:51
1
answer

Insert dynamic map in HTML

I would like to be able to insert a dynamic map in my application. Right now what I have is a button, which takes me to google maps with the dynamic address I have, and the truth that works without problem Example: <a href="http://...
asked by 30.04.2018 / 10:55
2
answers

Center MENU Bootstrap

my HTML code is as follows: .nav-header { position: relative; float: left; width: 100%; z-index: 100; bottom: 20px; } #fh5co-menu-wrap .sf-menu a { padding: 1em .75em; } <div id="fh5co-wrapper"> <div...
asked by 29.04.2018 / 22:22