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!
It sounds like you want to use PHP as a client-side language. I am not sure that PHP can tell you what browsers are open without the PHP script getting called. As far as a save as, I know you can use cURL to fetch pages, but I am not sure how you would go about tying these two processes together.
You couldn't do that server side unless the three domains shared the same session system. Then you could track the domains/URLs in the session and determine from that how many had been accessed.
thanks Everah fast reply me, if php can not run clients-side services. Can you suggest me what program or other script, html technique to Save the pages. thanks a lot...
I know how to fetch pages. but the webpage is not static page(dynamic page, written in Jaya script).
I would not like to save the webpage source code, I want to save the page already process in my browser (in clients side) in my hard disk.
To arborint,
I can access one domains in the one session.