Re: [PHP] Re: Delete Temporary Internet Files

2003-11-12 Thread Kim Steinhaug
hehe, To me it I could say the same, why on earth would you want a script to alter the internet options when its up under Tools/Internet Options anyways? The sane sollution would be that some people have strange ideas, some people like to do things their own way. I myself often create PHP scripts

Re: [PHP] Re: Delete Temporary Internet Files

2003-11-12 Thread Mark
--- Kim Steinhaug <[EMAIL PROTECTED]> wrote: > The original question didnt consert the OS, or where the user was > at. > Concerning cleaning the IE directory I would assume that he's > installed > PHP and IIS / Apache on his local machine. > > Using a webpage online on the internet to fix your lo

Re: [PHP] Re: Delete Temporary Internet Files

2003-11-12 Thread Kim Steinhaug
The original question didnt consert the OS, or where the user was at. Concerning cleaning the IE directory I would assume that he's installed PHP and IIS / Apache on his local machine. Using a webpage online on the internet to fix your local machine doesnt sound logical to me, therefore I assume l

Re: [PHP] Re: Delete Temporary Internet Files

2003-11-12 Thread Mark
--- Kim Steinhaug <[EMAIL PROTECTED]> wrote: > Hmm.. > > This shouldnt be a problem from what I know. Though it woldt be a > perfect > system, > > all you would need to do, is have a script that does : > > 1: Read the IE cache directory and puts all the entries into an > array (all > the files)

[PHP] Re: Delete Temporary Internet Files

2003-11-12 Thread Kim Steinhaug
Hmm.. This shouldnt be a problem from what I know. Though it woldt be a perfect system, all you would need to do, is have a script that does : 1: Read the IE cache directory and puts all the entries into an array (all the files), 2: unlink all the files in the array. This would in my opinion wo