Posts by Shider • 393 points
22 posts
-
1
votes1
answer57
viewsQ: Error in SQL QUERY
SELECT COUNT(*) AS total FROM table GROUP BY (YEAR_MONTH FROM data) ORDER BY (YEAR_MONTH FROM data) ASC _YEAR_MONTH_ and I don’t know why…
-
1
votes2
answers125
views -
1
votes1
answer106
viewsQ: Datetime Picker
I’m using this datetimer Picker datetimepicker The date appears like this: 2018 January 30 - 10:00 And I want it to look like this: 2018-01-30 10:00 You can do it in jquery or I need to change the…
-
0
votes1
answer409
views -
0
votes1
answer409
views -
1
votes1
answer162
viewsQ: php insert with datetime format
It’s the following I have 2 variables: Variable date format (yyyy/mm/dd): $inserir_data = nl2br( addslashes($_POST['inserir_data'])); And a VARCHAR-type shift containing 2 hours is in the format…
-
2
votes1
answer105
viewsQ: Separation of a php string
This is the following I have a variable in php that is the turn that this way (15:00-16:00) that represents the hours what I want is to take this variable and insert it into the database separately,…
-
0
votes1
answer28
viewsQ: Select not to duplicate information
I have a SELECT and what I want is that if there are two OPTION with the same value it only shows one. As shown in the example below I have 2 Options with Micosoft and I just want it to show me a…
-
2
votes1
answer154
views -
6
votes3
answers14621
viewsQ: Table does not break the line
Here’s what I’m using a table from the site: Datatables and here’s the deal: As you can see the text gets all in line which makes it difficult to read because you have to scroll my doubt is how do I…
-
0
votes1
answer827
views -
2
votes1
answer46
viewsQ: Fetch table value and put in form
This is the table has the fields the goal is to click the edit button and while clicking the instruction jquery that I put on top will fill in the fields automatically referring to the line that was…
-
3
votes1
answer114
viewsQ: Variable from jQuery to URL
The thing is, I have the following code: $('body').on("click", ".delete", function() { $('#1').val($(this).parents('tr').find('td').eq(0).text()); }); That goes to get the id of a row of a…
-
1
votes1
answer1669
views -
1
votes2
answers1385
viewsQ: Edit inside a modal
I have a table with data and one of the fields has 1 edit button. What I want is that, when clicking, it opens me a modal with all filled data of the respective line that I clicked. I already…
-
-2
votes1
answer157
viewsA: Is it necessary to use meta tag on all pages of a website?
Is the following you use whatever you want on your site, now if it is necessary to use in all files? yes, it is necessary but it is not mandatory I will give an example to <meta…
-
2
votes1
answer535
viewsQ: Date Picker does not appear
Is the following I am trying to show a date Picker in a form but it does not appear my question is the following is possible to put the date Picker in a bootstrap modal? is that I outside the modal…
-
1
votes1
answer1181
viewsQ: Reload de Página Web
I intend to click on a button to make me Reload page. Notice that the <a> in a file of navbar is external to the original file. I call navbar through the php and that button is on navbar.…
-
2
votes1
answer39
viewsQ: Hide content and change size of other
What I intend and the following is that when hiding the id="content1" div the other div increase to col-lg-12 what I have is the following code: <div class="row"> <div class="col-lg-6"…
-
0
votes1
answer496
viewsQ: Show code in textarea
What I intend is to show on my web site within a text area code php html and etc but whenever I try to do it runs the code and I want it to show within a text area and other system any accuracy as…
-
-3
votes1
answer67
viewsQ: Construction work for Graphics
I have the following question how can I enter code php within the javascript, that is to say I have a chart made in JS and I want the same to be based on data from my database, how to put the php…
-
-1
votes1
answer24
viewsQ: Sending emails from my php web site
Good afternoon I have the following doubt I am developing a web site and I intend that in one of the zones it by clicking on a button collects the data Dae a table of the database referring to that…