Questions tagged as 'html5'

0
answers

PHP does not run on the server

I'm trying to make a project HTML with PHP and while I was developing it locally it was great, once I uploaded it to the server I had several problems, for example: I have a page "index-mercadeo.php" that performs a query...
asked by 06.03.2018 / 03:13
0
answers

Does not correctly insert field type Date in BD

I make a massive import module of an excel.csv file but in my date field (DATE) it does not insert the data correctly, it only inserts 0000-00-00 , the other fields in the import do it without problem it is only in the date field. Thank...
asked by 12.03.2018 / 09:32
0
answers

Create a form by attaching a file

I developed them, it's a form to apply for a job and I want them to attach their cv and send it to a corporate email but it bounces me off. These are my codes First is the JS, then the php and the last one is the html When uploading them to t...
asked by 03.03.2018 / 22:25
0
answers

Values in Select

I have a problem this is a part of my form, in my code I use select to make a catalog but I need you to take the values that were previously entered and that are stored in the corresponding tables of my BD in my case What I do is that I store th...
asked by 01.03.2018 / 16:32
1
answer

get the elements of a row and show on a separate page in javascript, php, html

function detalle(item_id){ } <thead> <tr> <th>Código</th> <th>Nombre</th> <th>Fabricante</th> <th>Tip...
asked by 27.02.2018 / 20:47
0
answers

use event click to show html pages in a section

Requesting your help to verify my code and create a website with HTML5 and CSS3, trying to click on a menu text to update a "section" with a different web page but at the time it runs the click event does not perform any action; Javascript has b...
asked by 01.03.2018 / 18:02
0
answers

HTML date format

How can I change this. & total = 10 & date = 2018-03-02 & idAgR = 1 . to    & total = 10 & date = 201/03/02 & ampAgR = 1 . ? since I make a direct request either Chrome or Firefox since you mark me an error in this method    pub...
asked by 02.03.2018 / 17:59
1
answer

How can I verify that the URL is correct?

Good I am breaking my head with this situation and I do not even know where to start. I have a list of valid URLs for an input, let's say 10 url from where users can enter links in an input, what I'm looking for is that if the user enters a link...
asked by 28.02.2018 / 20:19
0
answers

The dropdown does not work for me

I was trying to make a hamburger menu (collapsible menu) in HTML and CSS for mobile but it broke the dropdown for bigger screens and I can not find the turn to make it work again. I enclose the HTML code and the CSS HTML: <d...
asked by 28.02.2018 / 20:39
0
answers

Why does not Angular show me a page inside an iframe?

Pages that have a configuration of x-frame-options: SAMEORIGIN should be able to move within an iframe, however when using it in angular it does not do it and it shows me the following message:    Blocked by the Content Security Policy      ...
asked by 21.02.2018 / 19:46