Hi,

With mod_perl I can set a handler to handle any documents so it's 
quite easy to dump a database where each select output is saved 
to a file. I can have my handler take any file in the output directory 
and create the "html" page on the fly (where the contents of the file 
can be manipulated, used to determine nature of page wrapper, 
etc.).

How can I do this with PHP?

I want the urls to be like:

http:://www.mydomain.com/page.html
http:://www.mydomain.com/page2.html
http:://www.mydomain.com/page3.html

etc. One motive is to be sure that no search engines are 
discouraged from indexing my site plus I'm going to create pages 
and nav snippets with links to all those pages.


Peter

---------------------------
"Reality is that which, when you stop believing in it, doesn't go
away".
                -- Philip K. Dick

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to