Skip to main content
Inspiring
February 22, 2008
Question

Dynamic website on CD. How's it done?

  • February 22, 2008
  • 4 replies
  • 361 views
Is there a way to put a dynamic website on a CD for distribution that
doesn't require a web server? It's easy to do with a static site but
how does one accomplish such a thing with a dynamic site (PHP/MySQL)?
This topic has been closed for replies.

4 replies

Inspiring
February 26, 2008
John,

Thanks for the info. Google is a great thing!

Brett
Inspiring
February 24, 2008
Inspiring
February 23, 2008
Thanks Joe, looks interesting.
Inspiring
February 22, 2008
One way is to use our Site Import tool, which converts dynamic sites to
HTML. Basically, it re-writes your dynamic links (like product.php?id=23) to
an HTML link (i.e., product_php_id_23.htm) and on that page, writes out the
rendered HTML content. There is no server-side code output. You can learn
more at
http://www.webassist.com/professional/products/productdetails.asp?PID=142

We just, by the way, released a new version, 3.0, so the product is on
special for the next couple of weeks.

Best - Joe
Joseph Lowery
VP of Marketing, WebAssist - http://www.webassist.com
Author, Dreamweaver CS3 Bible - http://www.idest.com/dreamweaver/

"Brett" <nospam@address.withheld> wrote in message
news:fpn82l$3c3$1@forums.macromedia.com...
> Is there a way to put a dynamic website on a CD for distribution that
> doesn't require a web server? It's easy to do with a static site but how
> does one accomplish such a thing with a dynamic site (PHP/MySQL)?