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>
&...
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...
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?
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...
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...
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."']);
...
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...
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...
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,...