Good afternoon!
I'm using the Facebook SDK to login to my site, I can return the data, including the profile photo link, but I can not save the image, the following error occurs:
A PHP Error was encountered
Severity: Warning
Message:...
I would like to make an app in javafx, when pressing a button it sends a command of type: curl http://IP:PORTA/sendLocalEvent?eventName=_evento to a server on the same network to start the _evento event.
Would it be using httpUrlConnec...
I'm creating a donation field from my site that is interconnected remotely with another but I'm having problems with redirection, post post dates to the page: > and what should happen is to follow the request until the content of the page link...
I'm creating a custom management panel, but I'm having a hard time, because the HTML of my request after login does not appear on the screen, instead the login . How can I make the login and give the page display /account after the...
I have 1 textarea with several lines, each line of this textarea I have data to make a post request in a single url, it checks each line and sends me the result on the screen via jquery, the problem and that the results that are printed in the s...
I need to recover the data POINTS and RODADA_ATUAL
The json link is - > link
This is the name of the team that wants to pull the dice: semtitulos
When you access this url all the team data appears, but I can not get the 2 values I...
Hello everyone. I have the following code:
<form action="" method="POST" enctype="multipart/form-data">
<input type="file" name="image">
<input type="submit" value="POST">
</form>
<?php
if (isset($_FILES...
I have a curl request and usually the webservice I connect takes 8 seconds to return a json of 600,000 lines. The problem is when I open a tab to make this request eg link is if this tab is still loading and I try to open another one in the sa...
I have a question on how to treat --data-binary , header I know I can treat it like this:
$data = [
'USER' => $this->username,
'PWD' => $this->password,
'SIGNATURE' => $this->signature,...