Questions tagged as 'html'

1
answer

I'm starting to use mysql and Php but my PHP file is blank

When sending my form via php the page is blank and does not show the text outside the php, here I leave the code HTML: <html>     <head>  <meta name ="viewport" content="width=device-width, initial-scale=1.0"> <title>...
asked by 02.07.2018 / 16:57
0
answers

Wicked_pdf background image

I am working in rails 4 and I have an html.erb that I convert in .png image and in the html it was generated by an each where I change the field of my document with the wicked_pdf, I have several div where in each one I have to put a different b...
asked by 02.07.2018 / 01:38
1
answer

How to serialize PHP data by connecting to SQL to show in a select in html (Does not show the value)

I would like you to help me with this code that I am solving for a university project. It turns out that I have 3 Tables that I want to show it in different select I am working with the MVC, where we have a general controller, for this contro...
asked by 01.07.2018 / 16:23
1
answer

how to mix two CLASS in one image?

I have two css where each one gives a different action to the images, and what I want is to know if you can join the two in one line of code, or make another class where the mescle. one is zoom that the download deinternet is from zoomy.css th...
asked by 30.06.2018 / 03:48
0
answers

It does not show my saved data. (php / MySQL / SQL)

I have a form connected to MySQL but when I enter the information it does not register and it does not save it in MySQL. This is the code in PHP: <?php Include 'conexion.php'; $nombre=$_POST["nombre"]; $apellido=$_POST["apellido"];...
asked by 30.06.2018 / 00:49
1
answer

Modify this js code so that it runs every couple of minutes

I have this code, which means that when you click on any part of the page, a window opens with another page, for example advertising, but always, I want you to do it when you enter, and for example after 2 minutes that is on the page without cli...
asked by 30.06.2018 / 19:28
1
answer

problems with form (in-line)

Good day everyone, I'm doing social work for a faculty at my university. and I'm having a problem with a form specifically in this part. I want to make this form but I can not do it inside the same container. I use form-inline but it only...
asked by 30.06.2018 / 19:36
0
answers

how can I edit the source code of the odoo point of sale module 11

Hi, I would like to know how I can edit the pos module, add buttons for wholesale products set for example button quantity = 12, another amount = 50 and that a discount is applied that is not pre-configured, example amount = 12 give a discount o...
asked by 28.06.2018 / 21:00
1
answer

Place filter to a background image with css

I want to place a filter on an image that I will put in the background by applying background-image:url(url..); to div but I have a problem, the filter is also taking the content that is inside the box and I just want to apply the...
asked by 29.06.2018 / 02:03
1
answer

Fill TextBox with TextMode = Date of Asp.Net from Date SQL

I would like to know how I can fill a "Date" type textbox with a date obtained from a SQL Server table Currently I have it like this txtFecha.Text = (((DateTime)firstTable.Rows[0]["FechaCredito"]).ToString("dd/MM/yyyy")).ToString(); Bu...
asked by 02.07.2018 / 19:50