PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → How to easy extract data from JSON-Request on PHP site
How to easy extract data from JSON-Request on PHP site
Iniciado por Andreas, 08,ene. 2021 22:39 - No hay respuesta
Publicado el 08,enero 2021 - 22:39
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.