Questions tagged as 'html'

1
answer

Extract two fields from a SQL table with JOIN in PHP

The problem is this, I want to get 2 fields out of a table. This is the part of the page that should show the results. Here is the code for that part: <div class="panel panel-info"> <div class="panel-heading text-center...
asked by 30.05.2017 / 04:09
0
answers

Block backend Joomla IIS

I'm trying to block access to my Joomla site administrator so that it only allows connections from a certain number of IP's that I enter in the web.config file. In Apache servers you have to add the file .htaccess the following: order allow,de...
asked by 11.05.2017 / 10:52
1
answer

I get this error cant set headers after they are sent

Hello people, I am using passport-local and what I want to do is show the user when he / she does the login My code is this var passport = require('passport'); var localStrategy = require('passport-local').Strategy; var User=require...
asked by 21.05.2017 / 01:40
3
answers

Print HTML tags with PHP

I have this code: $html = array( '<div id="grupo"><span>5</span><p>Invitacion de boda calendario 1</p><p>Cantidad : 1</p></div>', '<div id="grupo"><span>6</span><p>Invit...
asked by 19.05.2017 / 21:31
1
answer

Using the directions service with SearchBox Google Maps API?

I'm working on a project with the Google Maps API, I've been guiding myself with this Example that gives the same page of the API " Place Autocomplete and Directions " Try to do mine by guiding me by example, replacing class Aut...
asked by 26.04.2017 / 09:06
4
answers

Why does the Inspector Character ( ) appear in some data obtained from the Database?

I was dealing with the dilemma of converting the accents and special characters of my system. It happens that now some of the data obtained from the database that have tildes come out with this: . The strange thing is that there can be up...
asked by 31.03.2017 / 14:53
0
answers

Error JSPDF does not correctly export the images

I am trying to export a div that inside contains tables to pdf with jspdf. The div and its content I charge with php. This is the resulting div: <div id="test"> <table class="MsoNormalTable" border="1" cellspacing="0" cellpadding="0"...
asked by 03.05.2017 / 09:24
0
answers

Choose the view with which Word opens when exporting

I'm doing an export to Word with php, after making a question and this I have managed to do the export correctly. But I need a detail (for now, I think this topic will go long). When I open the exported word it opens in web view but I...
asked by 02.05.2017 / 12:14
2
answers

HTML script and style tags are "embedded" in the web as inline elements despite being defined from the src attribute

Let's see if I explain myself well. I have the problem that the HTML script and style tags are "embedded" in the web as inline elements despite having defined them from the src attribute. The strange thing is that this happens only when I con...
asked by 19.04.2017 / 16:57
0
answers

Why a table is not created complete?

Question oriented to HTML and CSS . At the moment I am creating a table by means of a SELECT of a DB, however I have noticed that the table is not created complete, and even if an exception does not jump the page is incomp...
asked by 04.04.2017 / 22:18