Questions tagged as 'curl'

0
answers

cURL PHP + Google Speech

I'm trying to work out an algorithm in php to get a certain .flac file, and through google speech it returns the text generated through it. The following is the code below: $filename="good-morning-google"; $file_to_upload = array('myfile'=&...
asked by 01.11.2015 / 06:13
0
answers

PHP cURL Scroll

Hello, I need to get data from a website that is the same as a FINITO scroll! however, it is divided into parts, I have to scroll to load the rest, how can I get the total page? or do you have another function or library that tells me? Thank...
asked by 10.09.2015 / 02:33
0
answers

Problem api rest codeigniter sometimes unanswered

I am using an api rest between 2 different applications, posting from one to another an array, but on the server there are times when the other api does not respond. I put it to create a log as soon as the function that receives the POST starts,...
asked by 31.08.2015 / 19:40
1
answer

Log in to a system via cURL and display data from another page

I'm trying to display the contents of a page after logging into the system. The login is successful, I receive the welcome from the system, however when I change the URL and make a new curl_exec I get http_code = 302 , but access...
asked by 14.04.2015 / 20:43
0
answers

Get data from this server using curl

My PHP curl does not expect the server to render the data from within the iFrame as it interests me and returns with the page but without the data, since the ajax request takes 6 to 7 seconds after loading the page This is the link p> If...
asked by 29.03.2015 / 08:04
0
answers

Parse.com: Filter lines that have a term in a column

I want the # API to return only the rows that have a particular word, simulating a lookup in the table. Table example: ThesongItriedcurl-XGET\-H"X-Parse-Application-Id: ${APPLICATION_ID}" \ -H "X-Parse-REST-API-Key: ${REST_API_KEY}" \ -G...
asked by 10.01.2015 / 07:40
1
answer

How to make sure the post with curl arrived on the other server?

How can I be sure that a post has reached its destination? And how can I mount the code so that it has no problem with servers when sending the post ? envia.php $id = "10"; $nome = "Nome"; $fone = "(99) 9999-9999"; //variável Arr...
asked by 28.11.2014 / 14:42
1
answer

Post request using curl

How do I make a request, after clicking a button, used curl? <html> <head> <title>loja</title> <link rel="stylesheet" type="text/css" href="public/css/template.css" /> </head> <body>...
asked by 26.11.2018 / 00:05
2
answers

How to convert date into "September 18, 2018" format in PHP?

I used a cURL , to make an api , in which I would get a specific date. The problem is that the content returned is in English, for example: September 18, 2018 . How could I format this to "en"? $ch = curl_init(); curl_setopt...
asked by 24.08.2018 / 18:36
2
answers

How to send a json via post with PHP?

Good people, I need to send a json via post to an API (URL: link ) and read what to return? How can I do it? I thought of something with cURL. Thankful     
asked by 01.04.2017 / 02:41