Posts by G. Vilela • 151 points
9 posts
-
1
votes1
answer219
viewsA: Error starting a new Xamarin project
Go to Tools > Extensions & Updates > click Xamarin for visual studio, if disabled, click Enable.
-
4
votes1
answer42
viewsQ: Google javascript maps makers. What’s wrong?
I am creating a script to add the values of an array to a map (only positions 0 and 1), but nothing happens. in the console no errors. Script: function marcar(){ var marcacao = function(position){…
-
1
votes1
answer180
viewsQ: Manipulate json with ajax and use your data separately
PHP: if (@mysql_num_rows($resultados) > 0){ while ($linha = mysql_fetch_array($sql)) $retorno = array($linha); // print_r(json_encode($retorno)); echo json_encode($retorno); } How to manipulate,…
-
3
votes1
answer480
viewsQ: Recover Mysql data and save to a vector
Rephrasing the question.. I have a Mysql database, inside it contains a table called map, inside the table map I have the fields idmapa (auto_increment), lat (which stores the latitude of a map…
-
0
votes2
answers233
viewsA: After ajax action, data is not saved in mysql database
After specifying the syntax of the code, I discovered the error... Missing an _ in php code. Was if($_GET['acao']=='btnfinaliza') more should be: if($_GET['acao']=='btn_finaliza') After the fix, the…
-
3
votes2
answers233
viewsQ: After ajax action, data is not saved in mysql database
I am capturing latitude and longitude through the Geolocation plugin of Cordova, and after that I store it in two variables and then, through an ajax request, I transfer these values to a PHP script…
-
0
votes1
answer1026
viewsQ: write files to the database with ajax + jquery
I’m not being able to save data in mysql database with ajax, can anyone help? Not error or anything, just not saved. PHP: $serve = mysql_connect('localhost', 'root', ''); if(!$serve){ echo 'erro';}…
-
2
votes0
answers164
viewsQ: Mongodb + Intel XDK
I need to use Mongodb inside the Intel XDK, to log in, register, save coordinates, then display on a map, etc... Anyone have any tool suggestions? Thanks in advance!
-
1
votes0
answers128
viewsQ: Custom jquery mobile icon intel xdk
I can’t place a custom icon in my header! Can anyone help? html: <a data-role="button" class="icon-myicon" data-icon="myicon"></a> css: .ui-icon-myicon{ background-image:…