open website inside a website

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
arukomp
Forum Contributor
Posts: 113
Joined: Sun Sep 24, 2006 4:22 am

open website inside a website

Post by arukomp »

Hello,

This topic's title may sound silly. All I want to do is to make script to open website and keep it opened as long as i want, even if i close my browser. But the page i want to open isn't simple. It's with count-down clock and it's with two frames. In one there's a clock and in other there's third party website. This is what page i want to open inside a page:

http://www.126hits.com/view.php?user=arukomp

Is it possible? I think I should use cron jobs to make it run all the time.

Thanks
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Re: open website inside a website

Post by aaronhall »

arukomp wrote:All I want to do is to make script to open website and keep it opened as long as i want, even if i close my browser.
What does that mean?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

This is likely against their terms of use, unless you can show me otherwise then we cannot help you.
Post Reply