I am trying to pass an array of Strings and two arrays from TAlignment to three properties (published). But I'm having the following error (which is the same for all three properties):
[dcc32 Error] uCad.pas (31): E2188 Published property...
I have a function in my javascript code, in this function is filled information into a variable that will be added in the position of a vector, I will try to illustrate with parts in pseudocode the example:
funcao(){
a = scan;
vetor.push...
I have tried in many ways and so far without an exact success, for now what I want in the application is that I type the number in the input, and when I click enter, the numbers are aligned on the line, (preferably I wanted which is more dynamic...
EDITION # 1
I discovered that the code was not working because this snippet of JQuery code is inside a function like this:
var minhaFuncao = function(){
var tbASP = [];
var tbID = [];
$(".portlet-body").find("div").each(funct...
I am creating a array but it is returning me the error:
Fatal error: Can not use function return value in write context in C: \ xampp \ htdocs \ cadastro_insert.php on line 54:
Where am I going wrong?
$array = array(1, 2, 3, 4...
I want to change get_where to mysql or PDO, but I do not know! Help ...!
public function get_where($table = '', $where = NULL, $limit = NULL, $offset = NULL)
{
if ($table !== '')
{
$this->from($table);
}
if ($where...
I have a simple json with id and name, with about 25 records, I have to pick only the records selected by the user to generate a new one screen according to the selected items, I'm doing the following:
<ion-list>
<ion-list-header>...
In the old method I used this way too low to insert or delete a series of lines from an array. note that the variables are inside brackets {$ x} already using the PREPARE method msqli I can not make it work
exemplo
$query = mysql_query ("I...