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...
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...
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...
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...
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...
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...
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: {...
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...
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...
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...