[PHP] Re: publishing php mysql website on cd-rom

2002-11-07 Thread Mike Mannakee
I have a suggestion that doesn't involve PHP or MySQL.  You could make it
look like dynamic pages (and, actually, it would be) by using Javascript.
Copy all the html your site generates from a browser, save the pages, and
then code those pages as html with Javascript to replace dates with current
dates.  All the other content will remain the same but you'd have it looking
like today's data.

Not sure if this would work for your content.  I figured this out for a site
I put together where everything is dynamic.  I had set up an elaborate
backend and this was the best solution to let a prospect see it without
actually giving them access to sensitive areas.  It's usefulness might
depend on your content, though.

Mike


Robert McPeak [EMAIL PROTECTED] wrote in message
news:sdc900a1.082;ccp2.jhuccp.org...
My organization has a need to publish some of our web content on a CD-ROM.
I'm in search of suggestions on how to publish our dynamic content
(php/mysql templates) in some sort of runtime configuration that would let
users browse the site from cd.

What's involved with this?  Is there such a thing as runtime mySQL?  What
would it take to serve PHP from a CD?

Help!  I don't know where to begin and am looking for advice.

Thanks,

Bob




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




[PHP] Re: publishing php mysql website on cd-rom

2002-11-07 Thread Jerry Artman
Mike,

What makes you think I would allow you to setup http services on my machine
on the fly and potentially open it up to the outside world for attack? I
consider that a bad idea. I would really need to know you very well to
consider such privileges.

Jerry Artman
Budget and Reimbursement
[EMAIL PROTECTED]


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




Re: [PHP] Re: publishing php mysql website on cd-rom

2002-11-07 Thread Marek Kilimajer
Well, I dont think you would even know about it ;-), it doesn't have to 
on port 80, but on any port
above 1024

Jerry Artman wrote:

Mike,

What makes you think I would allow you to setup http services on my machine
on the fly and potentially open it up to the outside world for attack? I
consider that a bad idea. I would really need to know you very well to
consider such privileges.

Jerry Artman
Budget and Reimbursement
[EMAIL PROTECTED]


 



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