Frames working here it seems !

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
UniqueIdeaMan
Forum Contributor
Posts: 197
Joined: Wed Jan 18, 2017 3:43 pm

Frames working here it seems !

Post by UniqueIdeaMan »

Guys,

Check how this programmer managed to frame pages:

I can see all 5 links are shown in frames here:
https://supiet.tk/assets/sp-a/index.php?files=yes

Can clearly see 2nd & 6th links in frames here:
https://supiet.tk/assets/sp-a/index.php?object=yes

Can also see 2nd & 6th links in frames here:
https://supiet.tk/assets/sp-a/index.php?frame=yes

Can also see 2nd & 6th links in frames here:
https://supiet.tk/assets/sp-a/index.php?embed=yes

He says he tried displaying a couple of URLs inside an iframe but not all rendered. And a Google search recommended using file_get_contents(); inside a div and another to use curl();. He solved his URL display like that.
I only touched on curl once and haven't got to file_get_contents() yet. And so, if you have any idea what he's talking about and manage to get a working code sample then do kindly share here with everyone.

Thanks!
Post Reply