Questions tagged as 'post'

1
answer

I need to get the children of an element

I need to get the value of the inputs with ID nome and sobrenome , but when I use $_POST , it will return only the first, and I need them all separately. <form method="POST"> <tr id = "0"> <td> &...
asked by 21.06.2017 / 00:22
1
answer

Android: How to make a POST request to get an image

I need to get a Bitmap from the server through a POST method with the body (JSON) and header to put in an ImageView. I tried using Volley's ImageRequest but I would need to pass the direct URL of my image, which does not happen. I have a URL...
asked by 19.04.2017 / 16:33
3
answers

How do I share posts from my site on facebook?

So, guys, I know a lot of people have a hard time. I configured the meta tags of open graph, but the problem is that I wanted the share button to share the specific post in the url. How do I do this?     
asked by 28.03.2017 / 03:17
2
answers

how to fix WebService Post refuse

When Posting: $.ajax({ type: "POST", contentType: "application/json; charset=utf-8", url: "/CmisWebRequests.asmx/GetMessageResponse", data: dataToSend, dataType: "json", async: true, error: function(ex) { al...
asked by 08.03.2017 / 21:51
1
answer

Sending POST with Python through curl

I want to turn the form (which is working) into a curl to run on the backend <form action="https://pt.stackoverflow.com/users/login?ssrc=head&returnurl=https%3a%2f%2fpt.stackoverflow.com%2f" method="post"> <input type="te...
asked by 28.02.2017 / 13:42
2
answers

What can I use to differentiate two POST requests in php

I'm doing a web system with php, which has a conditional deviation to check if the request is a repeated post or not, I did this to ensure I would not be giving multiple repeated inserts in the database, however it has a part of the system that...
asked by 21.02.2017 / 15:14
1
answer

Search within a _POST

I was wondering if I can fetch data within a POST? I need a lot, because each box is a different id. Example: **JS:** data {'id':id, 'ponto1':ponto1} **AJAX:** id: $id = isset($_GET['id']); $ponto = isset($_POST['ponto".$id."']);    ...
asked by 04.03.2017 / 01:54
1
answer

Form Return Incorrect

Hello From a csv file, because after doing submit on the form I do not have the return with the correct values? If%% of countries is equal $_POST , I wanted you to return the $ registry [0] and $registo[1] corresponding...
asked by 29.10.2016 / 17:14
1
answer

How to send values in a hidden way to the SQL database inside forms with POST [closed]

Good morning guys, I have a question in PHP. I have a page on my site that contains a form that sends through post information the same to a validation page that connects and sends the information to the database. However my site has a desktop v...
asked by 26.09.2016 / 12:53
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