Posts by Ismael Melkis • 11 points
10 posts
-
1
votes1
answer32
viewsA: Curl Auth Returning Strange Carcteres
curl_setopt($process, CURLOPT_ENCODING, ''); Add to code;
-
0
votes1
answer123
viewsQ: Error Sending Message with Venom js
I’m using Venom.js to send messages by Whatsapp, it works perfectly, as long as the client sends the first interaction, ie when I try to send some basic text, at first it sends, but the second time…
-
0
votes1
answer32
viewsQ: Curl Auth Returning Strange Carcteres
Hello, I am accessing an api that when sending an auth2 with clientId and clientsecret is received the token for validation in other requests; The problem is that when receiving the token I cannot…
-
0
votes0
answers82
viewsQ: Send an external API token with request in Node.js
I’m new to Node.js, I have a question maybe easy to resolve... I have an Node.js application that communicates with external API in php, send and receive information through tokens, and I found a…
-
0
votes2
answers78
viewsA: Place a condition on an exported function in Node.js
Alan Juan helped me a lot, I studied more about Promise and async, I chose to import only variables from the db file, so it is easier to understand the code; In the Code below I made a readjustment…
-
-1
votes2
answers78
viewsQ: Place a condition on an exported function in Node.js
I’m having a pertinent question, I’m starting a project in Lectron where I have to make the connection with two different banks, one location and the other in clouds, in my Node js code, I have two…
-
0
votes1
answer651
viewsA: Sort Array by data time in php
Just change the date item to the first Array item and apply arsort(http://php.net/manual/en/function.arsort.php), then take the already ordered key and put in a for to change the position of the…
-
-1
votes1
answer651
viewsQ: Sort Array by data time in php
Hello, I have already looked into the matter but I have not yet obtained anything that works properly. I have a database with multiple orders and these have a deadline and also a fixed date, but the…
-
0
votes0
answers381
viewsQ: Using a php variable in a js file
I have the following problem I have a variable that contains the path of an image in the database I need to send this variable with the path to a js file, but I even found several scripts with…
-
-1
votes1
answer854
viewsQ: How to calculate the pixels of the image area
I would like to calculate the pixels of the area of an image is not width and height because it is an irregular figure, I want to know how many pixels there are within this figure, example a…
javascriptasked Ismael Melkis 11