Questions tagged as 'html'

1
answer

Monthly events calendar

I'm trying to create a monthly calendar that when I click on a certain day, take me to that day with your events. The problem is that I do not know how to get this monthly calendar to take me to the daily page, I do not know if I explain myself...
asked by 03.06.2018 / 17:42
1
answer

Pass PHP variable between manners that are not on the same page

I have an error that tells me $ data undefined I know why it happens but I want to pass it to a button that has a modal store them as a string like this: I have to create a separate individual php and pick up the data of my mod...
asked by 14.12.2018 / 14:28
1
answer

how do I adjust my html in IE if in chrome it looks good

I can not get the buttons to fit exactly below the last table and in IE they change they become loose     
asked by 22.05.2018 / 20:58
4
answers

How to sanitize / clean HTML characters and entities in PHP? [closed]

I would like to sanitize the user input in a form with PHP to prevent the user, for example, from writing < , > since the input is what is written in the HTML document ... The user, in the field, must type the URL (link) th...
asked by 22.03.2017 / 17:50
0
answers

I do not upload image when uploading it to the server

I've been trying to make a code to upload an image to the server folder and the path appears in the database, until now I'm just looking at the variables of name, category and that, but only me load the gif and I do not get the information. T...
asked by 21.12.2018 / 16:30
2
answers

Create an imput field and generate a link based on what the person put in the [closed]

Hello, I need to create something like a form that has 2 fields. First name: Last name: and a "send" button What I need is that when the send button is clicked, go to a specific website www.XXXXXX.com/"firstname " but without references...
asked by 30.05.2018 / 20:23
2
answers

How to style css to html page? [closed]

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>chilaquiles</title> </head> <body> <h1>Prepara los mejore...
asked by 20.08.2018 / 20:12
1
answer

how to center a select on htm?

I'm doing a job and I honestly do not know what to do to focus a select. This is my code: <p> <h1 id="inicio"> Bienvenidos </h1> <ul id="Eliga su idioma idioma"> Eliga su idioma </ul>...
asked by 05.05.2017 / 20:42
1
answer

Error inserting data in the database from the form

Hello friends, a question someone knows because they are not inserting data into the database thank you very much: ( $('#btncreartipovehiculo').on('click', function(event){ event.preventDefault(); carguePlacas = $('#carguePlaca...
asked by 17.09.2018 / 13:35
2
answers

Someone who manages PDO bindParam, I would greatly appreciate your help [closed]

SELECT * from contact_company inner join company on company.id_company = company_contact.business_enterprise WHERE contact_state = 'ACTIVE' AND company_contact_id! = 0     
asked by 15.09.2017 / 22:36