Skip to main content

All Questions

Tagged with
0 votes
1 answer
30 views

Copy values from XML element to create a new element with combined new value

I have this XML with multiple products and I want to add a new element with the values of other elements. I want to add a new element to each titled . This should include the values of ProductOption, ...
Riots's user avatar
  • 67
0 votes
0 answers
87 views

Assistance for PDF to PDF/A Conversion Supporting Multiple Standards (1A, 1B, 2A, 2B, 2U, 3A, 3B, 3U)

I am currently working on a project that requires the conversion of PDF files to PDF/A format, specifically adhering to various standards such as 1A, 1B, 2A, 2B, 2U, 3A, 3B, 3U. I have explored ...
Naman Acharya's user avatar
-1 votes
1 answer
239 views

how to integrate an MTN Momo or orange money payment system into your application. If we are not a company?

Integrate an MTN Momo and Orange Money payment system using their API I also need another reliable and efficient way to integrate these different APIs When wanting to integrate the API thanks to their ...
Franck Elong's user avatar
0 votes
0 answers
13 views

How to Integrate API Module on Definova?

I want to host an app on the definova.club marketplace, but I'm having trouble figuring out the /send API. How can I properly integrate the module so that it takes a commission and checks the user's ...
Pavel Duglas's user avatar
1 vote
1 answer
372 views

How to get total count of indexed pages in google of my website?

I want to get total count of indexed pages of my website in google. I tried many things but nothing work. So i am looking here if anyone of you can provide me some solution? I googled alot and tried ...
Lyricx Mint's user avatar
-1 votes
1 answer
75 views

How can i implement Python inside a PHP Code?

I have created an ecommerce website that allows users to upload images. i want the uploaded images to be analyzed via the python code so that a keyword can be generated for the object in the image. ...
Yash Kumar's user avatar
0 votes
1 answer
85 views

Exporting Text in HTML Text Field

I am creating an HTML web application application to predict stock prices. The user is to enter in a specific ticker (i.e. AAPL) into the text field. The user then hits the Go button. Upon hitting the ...
Deven Shah's user avatar
-2 votes
1 answer
447 views

FedEx API ('BAD.REQUEST.ERROR': Missing or duplicate parameters... )

Post request to fedex Authorization Api is returning an error. I've tried doing this request in PHP, Javascript and python in a number of methods, yet only the python script is working properly, ...
Jan's user avatar
  • 1
0 votes
1 answer
59 views

i am not able to use ajax with javascript php output not showing

So my question is just simple why the code is not working. I just want that inside div(with show id) should display the echo text written in php. The same thing is working with txt file. But not with ...
deepak singh's user avatar
1 vote
0 answers
29 views

How do I write a terraform module representing an EC2 instance with an EBS volume and elastic IP address attached?

In this directory, you will find a VPC and security group set up to allow SSH. You will need to copy your public key into this directory and rename it to public_key. In instance.tf you will find a ...
Benny's user avatar
  • 11
0 votes
0 answers
115 views

Run local Python script from webpage using JavaScript and PHP

as the title suggests, I have a problem with JS && PHP && Python. What I want to do is following: I have a webpage running using Apache2 web server (page code is saved on this machine),...
Dandys's user avatar
  • 47
1 vote
1 answer
849 views

Post request header: need fingerprint and re_token to pass it

So im trying to login to anghami.com using post request. I was able to login if I pass all of the values needed. My issue is im not sure were to find the 2 missing values "re_token" ( I ...
Jean Pierre Waked's user avatar
0 votes
2 answers
95 views

convert text file to JSON as key value pair or header with CSV in python or JavaScript or PHP

I have text file in this format. https://drive.internxt.com/s/file/6c667ac1aa473f493252/c0918d6bc5217ea29f44fdf9182a6d284e2776a0efd2f51f61bb6a0a207afdca I'd like to convert as CSV with header as in ...
kkk's user avatar
  • 105
0 votes
2 answers
63 views

fetching a python or php file appears as sourcecode and not my desired response

Js: fetch('app.py').then(res=>res.text()).then(data=>console.log(data)); Python: print('helloworld') console.log() shows print('helloworld') instead of helloworld Am I not getting something ...
Alvin Friesen's user avatar
-2 votes
2 answers
81 views

Find repetitive number patterns

I'm trying to find repetitive pattern of number inside array. For ex: if i have Array ( [0] => 0 [1] => . [2] => 1 [3] => 4 [4] => 2 [5] => 8 [6] => 5 [7] => 7 [8] => 1 [9] =...
YG Shinigami's user avatar

15 30 50 per page
1
2 3 4 5
18