[PHP] PHP called recursively?

2001-12-21 Thread Thomas Karcher
Hi PHP users, I have a couple of PHP scripts that generate dynamic content for a website. Now the admin of this website should be able to burn a CD of its pages, so I wrote another PHP script which calls the CGI PHP executable to get the content and write it down, like this: $content = `/usr/lib

[PHP] Re: PHP called recursively?

2001-12-23 Thread Thomas Karcher
Hi Chris, > if he wants to burn a cd why dont you just copy the php dir onto a cd? why > do you have to parse everything? as an admin I would rather the entire dir > then the content of the executed script. plus on your side parseing every > url recursivly and getting all the images etc, what a h