Questions tagged as 'get'

2
answers

filter_input GET

I need to retrieve the value of GET to perform an insertion in the database through the post method, however when performing call of the function through the submit, it presents next critical "Call Stack". ✓ Code <?php session_start...
asked by 18.11.2017 / 20:59
0
answers

Rest API returning Token

I need to develop an application in Swift I'm trying to consume an API to login and when I log in the application will have to send a Token , but this Token already exists in the API , would you like to know how I can handle it? Is it a...
asked by 15.09.2017 / 11:58
0
answers

Doubts how to get the answer (Java)

Friends, can you get the response of this request through a GET or POST ? The page is: link What I need is to get the page that is generated when it fills in the access key field and clicks the full query button. Thanks f...
asked by 05.07.2017 / 21:27
2
answers

Pass input values to PHP

I have two inputs, one automatically populated by a PHP script, the other the user enters the value, and a third input to do the subtraction calculation or addition of the first two inputs. I created the following topics: Adding values fr...
asked by 13.06.2017 / 17:41
0
answers

Query 3 tables using LINQ and return a Json object

How do I query the database between 3 tables using LINQ returning a JSON object following the Structure below? Public class PedidoGrupo{ int id ; string nome ; public virtual List<Pedido> pedidos ; } Public class Pedid...
asked by 25.05.2017 / 21:51
1
answer

Select the values of the "select" through the "GET"

I'm trying and can not do the following: I thought of "automating" the process of reports of the system that I am doing, by registering the PRODUCT, you also register the name of the column id and the name of the product id, as follows: T...
asked by 30.03.2017 / 22:04
1
answer

Pass array as parameter for web api in php with angularjs

In my local environment I use PHP7 and developed API Restful for an application that uses AngujarJS. I needed to do a get request for Api and pass an array as a parameter and I did it that way $http.get("/Api/MinhaUrl.php", { params: {...
asked by 17.02.2017 / 14:37
3
answers

How to use Friendly Urls in GET method search

I'd like to make this link: meusite.com/?searchInput=Eu+fui+viajar&categorySearch=Filme&submitSearch.x=19&submitSearch.y=17 in meusite.com/category=Filme&search=Eu+fui+viajar .htacess: RewriteEngine On...
asked by 16.02.2017 / 14:21
1
answer

How to take data through the GET method?

I am setting up a financial control panel for a MEI company (This company is mine). I'm developing the part of the requests, doubt follows: The issue is that I already use this GET to fetch the pages, how could I add that link to take...
asked by 30.10.2016 / 22:48
0
answers

I want to receive an xml from webservice on android

I've tried everything, using HttpURLConnection , with HttpClient that is deprecated, these two options do not end, they stop at BufferedReader . I've tried using AsyncTask with doInBackground , but error:    an...
asked by 26.10.2016 / 19:11