Questions tagged as 'html'

0
answers

Update multiple rows with php checkbox + ajax

My update code does not work. I am working with ajax, php, html and postgres. I am working with ajax because I have a combo where the answer is stored in ($ r) and the table shown is based on that previous selection. When I click on Confirm,...
asked by 12.04.2018 / 17:27
0
answers

Error sending form with PHP

I have created a form with HTML and, subsequently, I have done the basic programming with PHP to send a message from a web page to an email. The code used is as follows. Page.HTML <form action="enviar.php" method="post"> <field...
asked by 16.04.2018 / 14:41
0
answers

user image with Advanced Custom Fields Wordpress in frontend

I use ACF a lot and often for different things, among them, I want to use it as an avatar system for the user profiles of my Wordpress. The problem is that I use a custom template and I need the user to change the image from the frontend and wit...
asked by 10.04.2018 / 06:42
0
answers

CSS - Format text within html elements

I have the following problem, I need to format a pager, but I can not touch the html tags, since it is a very old page ... The code is as follows: div { margin-top: 20px; margin-left: 20px; } div a { padding: 10px; border...
asked by 10.04.2018 / 11:48
0
answers

Variables $ _SESSION

I have a variable session called index that is created in another file with the value 1, and sisque index is equal to 1 it shows me a response <H4>Respuesta</H4> , and with a button I call a javascript function that change the...
asked by 10.04.2018 / 05:48
2
answers

Users and Sessions

I'm doing a simple stock control system, I want to give my users privacy with a login, but I have two doubts, I already made the login and create a table in mysql called usuarios , I can register users and if you are registered, you...
asked by 06.04.2018 / 18:32
2
answers

Change .jpeg to .pdf with php

I have a form where I can upload a file and rename that file, normally jpeg files are uploaded but I need to convert them to .pdf, would there be any way to make it easy with php? I leave the code where you upload and rename the file <...
asked by 05.04.2018 / 08:36
0
answers

Collect input type data with php

Hi, I would like to know if I'm doing something wrong or if it's done differently, I want to collect the value of an input type with php, then make a query, and sort the records by date. a greeting <div class="form-group row">...
asked by 05.04.2018 / 10:49
0
answers

Icons below an image

I have a problem with this code. I wanted to put two icons and a text under an image but I'm not able to, if someone has an idea, welcome it. The first code is the current one, the one that contains the image, and the second is the code that sho...
asked by 04.04.2018 / 18:58
0
answers

Summon css styles when sending mail with php and html content

My doubt is as follows. I am sending emails through my system, which is responsible for sending the corporate image of the company. The problem is that the mail is coming without any defined style. Everything comes in flat. I have tried to place...
asked by 05.04.2018 / 19:56