Questions tagged as 'html'

1
answer

Problems saving a data

I am trying to insert a data that I extract from a list, but when choosing the data (eg: Esteban), just save the E . Here is a fragment of the code. <td> <select name="noap" id="noap"> <option value="<?ph...
asked by 18.04.2018 / 16:40
1
answer

Format HTML to show in the view

I am using Laravel 5.4, and I retrieve a text from the formatted database using ckeditor <p><strong>Lorem ipsum dolor sit amet, consectetu</strong></p> I know that the blade uses {!! !!} to format it but this time I...
asked by 17.04.2018 / 13:35
0
answers

The search created for a drop-down menu does not work

I am creating a web page with a drop-down menu with different data and to make it easier I want to put a search to put the name you want to search and appear, but it does not work for me. Could someone help me? This is the code I am using:...
asked by 17.04.2018 / 09:13
1
answer

Update Languages registered in angular-translate

I am using the angular-translate and in the configuration of my application I have the following: corporativas.config(['$translateProvider', function ($translateProvider) { //TRANSLATION SYSTEM $translateProvider.useStaticFilesL...
asked by 17.04.2018 / 08:31
1
answer

Aria Tag Datatables

I have a problem with a table where I need to sort each one by its specific column. Here is the table <div class="container-fluid container-fullw padding-bottom-10 scroll-tabla"> <div class="row"> <table class="table table-s...
asked by 17.04.2018 / 10:02
0
answers

My dialog in ajax only works once

Hi everyone, I'm trying to update information in a crud which I reload every 2 seconds with the .load function of jquery I thought there would be no problem since the dialog opens and the form is not affected by the recharge, but for some reason...
asked by 16.04.2018 / 05:55
1
answer

Autocomplete html sql form

Well, I'm creating a system for the control of dining rooms, I'm really new to this, however I like to learn, I explain my problem I have a bar code reader reads a "card" and inserts the code into an input , I would like that when reading the ca...
asked by 15.04.2018 / 23:19
1
answer

Filter by one or more fields

I'm doing a filter with AngularJS and at the moment I have this code $scope.buscar = function () { console.log($scope.guia.standby); } And so with a whole list of 32 genres of music. <div class="form-group"> <label for...
asked by 16.04.2018 / 23:30
1
answer

How to create a form for an existing mysql database [closed]

How can I create a form that stores information in a table in an existing mysql database?     
asked by 13.04.2018 / 18:25
2
answers

Header error - Warning: Can not modify header information - headers already sent

This is the error:    Warning: Can not modify header information - headers already sent by (output started at C: \ xampp \ htdocs \ newop \ template \ header.php: 80) in C: \ xampp \ htdocs \ newop \ mainindex.php on line 16 Line 80 of th...
asked by 09.11.2016 / 09:42