Posts by reinanhs • 1 point
3 posts
-
0
votes1
answer51
viewsA: I cannot send parameter with Curl
I made some modifications in sending the data by CURL and it worked perfectly on my local server. See below the changes: <?php ... $GetMarketplace = Integra_POST('/api/Product',$param_POST);…
-
0
votes1
answer312
viewsA: Take the value of a javascript button and run php function
For a Javascript to run a ". PHP" it is necessary to use the API Fetch javascript. This code demonstrates how you can use Fetch which is a native Javascript API to run a . PHP function…
-
0
votes2
answers77
views