Questions tagged as 'html'

2
answers

filter_input GET

I need to retrieve the value of GET to perform an insertion in the database through the post method, however when performing call of the function through the submit, it presents next critical "Call Stack". ✓ Code <?php session_start...
asked by 18.11.2017 / 20:59
1
answer

Upload photo with JavaScript

I need to take a photo and when I press the button this photo is sent to my server so I save it to my bank on base 64, I just can not get the photo and convert to Buffer . My code: (function() { 'use strict'; angular .module('meetClass')...
asked by 18.11.2017 / 03:52
2
answers

How to apply the hover method in my class?

I have the following code: <section class="content-header"> <h1><i class="fa" ng-class="{'fa-tasks': !isCodeError, 'fa-remove': isCodeError}"></i> {{t(title)}}</h1> <!--<small>{{readonly == true ? t("Some...
asked by 10.11.2017 / 15:11
0
answers

select does not appear with Materialize

The select tag does not appear if I import the contents of the other page, only if I put it directly into the index. Here is the code: index.php <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <...
asked by 10.11.2017 / 20:39
0
answers

How to route a page with masking without creating an iframe?

I bought a domain yesterday in GoDaddy, and I'm redirecting the site with masking to a server I made, except that it is creating an iframe over and I can not see the site path, it always stays in the same domain even on different pages .     
asked by 10.11.2017 / 14:39
0
answers

Use php to pass multiline text to javascript

I would like to pass a text with multiple in a Javascript function that is mounted in PHP. public function change_meta_info_icon($property) { if($property['metas'] && $property['metas']['socialdb_property_help'] &&...
asked by 10.11.2017 / 17:34
1
answer

Bootstrap divide cells with same spacing

Good night, I'm trying to make a table in bootstrap with 7 columns, but I need them to have the same spacing .. I'm using because with the structure of col-md, sm, xl ... of a prime number, so when I use the responsive ones, the cells also stay,...
asked by 15.11.2017 / 22:39
1
answer

Follow link with Enter based on user input

With the help of the community, I created a file to redirect a user who typed his login to a webpage that receives the user this way: link The problem is that usually the user presses Enter when typing the text, so I tried to adjust the...
asked by 31.10.2017 / 16:02
0
answers

Combo Box loading unwanted values

I have two SELECTs on the page that are interdependent. In the first SELECT I select the Flag and the second all stores that belong to that flag. And I have a third field where I want the store ID selected to be stored. But when I loo...
asked by 30.10.2017 / 17:33
3
answers

Is it possible to change what the user is going to insert into a form?

Is it possible to make what the user inserts into the form already modified? Example: It inserts "Hi" in <textarea> and in my results I have a "5 Hi", being '5' entered by myself through code., Excerpt from what I tried for th...
asked by 30.10.2017 / 18:58