Diego:
but if i don't want them all run in the master page.
i want master page call the other 10 pages and run them separately.
such as master.php will call http://www.foo.com,
http://www.foo1.com,
http://www.foo2.com...
and these pages will run separately.
how?
1)
can i open 10 new windows in the master page, every window run one page i want to call and closed them when i finish?
2)
if i call php.exe master.php? it will run in command line. do i have to close window or something? i don't want 30 days later when i come to my server there are 30 windows open there.
Thanks, Diego, you have helped solve an important issue in one of my project.
Hui