PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → How to easy extract data from JSON-Request on PHP site
How to easy extract data from JSON-Request on PHP site
Started by Andreas, Jan., 08 2021 10:39 PM - No answer
Posted on January, 08 2021 - 10:39 PM
Hello,
i am new here and hope you can help me. I am trying to create a php site with webdev. What do i want to do:

- i do a request on a website with the command JSONExecute(<NameofSite>)
- i now have the string

how can i easy access the data in this string? The Onlinehelp at this page --> https://help.windev.com/…

did not help me.

My problem: The request must be done in browser code. But i am not able to get the data out of the result to then be displayed in a Listbox on my page. Is there a simple way?

I really hope you can give me an answer or better, a full code i can handle. I know i did not give you much information. But if you need more, just let me know.