Questions tagged as 'post'

2
answers

Pass an array of objects via AJAX per POST and read the properties of objects in PHP

I'm having some problems solving this situation. I'm trying to pass my array of objects via AJAX to another page in PHP and read the properties that are inside each object within that array. For you to try to understand better I will post the co...
asked by 02.04.2017 / 02:07
2
answers

How do I send data from a html table to POST form?

I have a form that contains a list inside a table tag, how do I send data from this table to the POST of the form itself? Without using hidden inputs. If possible in pure Javascript, but if there is no way it could be in JQuery.     
asked by 08.06.2016 / 18:09
1
answer

PHP - Forward $ _POST to another domain

Hello, people I have the following page: "xxx.com.br/page1.php" In this page1.php contains a form whose "action" is set to "yyy.com.br/page2.php" (another domain) I am getting the $ _POST variables from the form normally by the page2 of...
asked by 14.09.2016 / 20:45
1
answer

Why is the data disappearing when refreshing this page?

While I use this filter to search real estate, everything goes well but at the time I refresh the page, the checkbox causes the search to disappear. It undoes all session or at least it gives an error in the filter that does not...
asked by 01.01.2016 / 21:03
1
answer

POST and GET methods in C #

I wonder if you have any library or any third-party component that does POST and GET on the sites. I need to navigate to some sites but I can not do GET nor the homepage of a specific site, it always returns me error 599. Attempts: private...
asked by 28.08.2015 / 19:59
2
answers

Doubt on Custom Post Type

I made a custom post type for WordPress, but at the time of showing the posts in the category does not work. If I enter the URL example.com/category/mensagem-02/ , nothing appears. Can anyone help me? The code I used. // Register Cust...
asked by 18.04.2014 / 03:16
1
answer

Crawl AJAX requests in progress

I'm working on a page where I have a refresh button, clicking it runs a series of AJAX requests to complete the data available on the screen (4 requests to be more exact). If the user clicks the refresh button, I would like to disable the bu...
asked by 16.12.2018 / 05:32
1
answer

How to check for POST error

I need to check if there was an error in the response from onPostExecute or it gave time out on the server, because sometimes it gives some error in the process and this method does not even start, how could I do such verification? I call it t...
asked by 04.02.2018 / 15:18
1
answer

My POST is not sending anything

NO HTML: <form method="post" action="../../../consulta.php"> <input type="text" class="form-control" name="login" id="flogin" placeholder="Insira o seu Login"> <input type="submit" name="send" id="manda...
asked by 04.04.2018 / 14:11
2
answers

Enable button when the last request is executed successfully

I have a table with multiple records with their respective information and ids . When I click on a button I make a request via post and Ajax individually from that row of the table. But I have another button that scrolls the ent...
asked by 08.01.2018 / 03:25