Questions tagged as 'get'

1
answer

Why is not pulling the variable GET id? [closed]

index.php <table border="0" width="100%"> <a href="insere.php">Adicionar</a> <tr> <th>Nome:</th> <th>E-mail:</th> <th>Açoes:</th...
asked by 05.02.2018 / 14:09
1
answer

Variable within GET Ajax Request

Good afternoon, I need a help, I have this request get from ajax that sends to the web service, and I need to put this variable id, in the url, because inside the webservice I get this variable and I treat the return, correct ? I do not know how...
asked by 21.06.2017 / 19:56
1
answer

PHP does not return the second parameter via URL in Google Chrome

It sounds silly, but it's true. A url: link PHP code for this file echo $_GET["a"]; echo $_GET["b"]; The result: us What's wrong?    This happens only in the browser Google Chrome . In others, the result is expected....
asked by 10.04.2017 / 15:03
1
answer

Error in return of get from delphi to php

I submit the following get in php http://site.com.br/Autenticacao/index.php?conteudo={"Login":"[email protected]","Senha":"123","Posicao":{"Latitude":"-18.8693459","Longitude":"-41.955664"}} And I get http://site.com.br/Autenticacao/index.p...
asked by 08.01.2017 / 19:53
1
answer

How do I redirect and send url get value to another page using Javascript?

I'm getting an url item with this code: function GetQueryString(a) { a = a || window.location.search.substr(1).split('&').concat(window.location.hash.substr(1).split("&")); if (typeof a === "string") a = a.split("#").j...
asked by 04.02.2017 / 23:02
1
answer

Insert multiple lines GET automatically php [closed]

I have several lines like this: http://192.168.0.1/feed/data.json?id=71667&start=1426031940000&end=1426064520000&interval=30 http://192.168.0.1/feed/data.json?id=71667&start=1426031940000&end=1426064520000&interval=30 h...
asked by 06.10.2016 / 23:26
1
answer

Make GET request through a WebView

I have a problem when trying to send a request via get to a WebView to open it containing a page, when I pass the concatenated faces I get an error, I think it's for coding reasons this only happens when I pass parameters with special characters...
asked by 30.06.2016 / 17:39
1
answer

Error requesting in javascript

I'm trying to make a request in this format $.get("http://meuurl.com/webservice", function (data) { console.log(data); }).fail(function (data) { console.log(data); }); But I get this error    Failed to load resou...
asked by 27.06.2016 / 20:26
1
answer

Integration between systems with PHP [closed]

I need to make a service available for other systems to consume. These systems can make requests POST (string, array, xml and json) and GET . Well, I know I can consume services from other systems using GET in a trivial way,...
asked by 06.07.2016 / 16:09
1
answer

Scripting Conflict

I'm developing a site and for page transitions, using $ .get () from JQuery and just change the center of the index.html, without the page reloading. However, some features of the code snippets that I include require scripts, which are also used...
asked by 26.10.2015 / 03:42