Esoy using the tabs in Ionic 2 but I can not pass parameters between them.
Currently, what I'm trying to do is to import the class that contains the tabs into one of the tabs and try to access a method of that class that returns the values....
I do not list my data in a table, I do not know if I'm failing to call the query.
The error is:
Error Undefined variable: mysqli_query
Code
<?php
include ("db/conexion.php");
$query = "SELECT * FROM infraccion";
$result =$co...
I'm trying to get a pdf with the results of the table command applied to two vectors.
For this I use knitr and the xtable package, although other solutions and advice are welcome, such as with Kable.
As an example we can create the table f...
It turns out that I made a program where you get a String String or a text file txt where I should take it the occurrences of each word found within the text or string and also take the occurrences of punctuation and question marks, excl...
I have a program that detects every time a new file is created, and I want to copy that file to a new location.
My problem is that I do not know how to do to remove the piece C:\Archive and delete it for the new location.
ruta = ruta...
I have a report which shows in its content the date of a calculation, which should be formatted in Spanish, eg: March 22, 2017; However, it is shown in English: 22 MARCH 2017. When I review the dataset that I get, it has the following format:
dd...
I need help. I am setting up a system for loading notes per subject per student.
I put together a spreadsheet to load these notes (angular) and once they finished loading, I sent all that object to be processed, but when I try to save those n...
And now how can I do the reverse functions?, by clicking
I want that when the div cont-fieldBusq-relat is display: block; I want you to remove the styles that were assigned when we clicked on it, the function that I would like it to be is to g...