Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

KalimeroMK's avatar

Retrive part of web page useing cur or iframe

Hi all I m trying to retrieve data form this link using curl or iframe in cur no data is retrieve an in ifeame all page is retrieve and I need only the score table how to to it need help

https://macedoniahandball.com.mk/tabelirezultati/
0 likes
1 reply
Tray2's avatar

What I think you are trying to do is very dubious and might not even be legal.

You want to load the result table or rather just the results from that url and display it in your own page? If the site doesn't provide a public API to share the results and only the results as json or xml then you really shouldn't use their data.

It looks like the table is loaded with some kind of ajax call and that is probably why it works in the iframe and not in curl.

Please or to participate in this conversation.