The way I've done this in the past it with XAMPP and a simple autorun.inf file. Code the autorun.inf file to start Apache and MySQL, then launch the users web browser (I used IE for this, as i knew everyone would have it installed). The only problem, is that this method only works on windows systems. On 2 March 2010 14:19, Bastien Koert <phpster@xxxxxxxxx> wrote: > On Tue, Mar 2, 2010 at 6:11 AM, Ashley Sheridan > <ash@xxxxxxxxxxxxxxxxxxxx> wrote: > > On Tue, 2010-03-02 at 08:12 -0300, Juan wrote: > > > >> Hi, > >> I need an application to run mysql/php/apache or similar in one cd, to > >> make a presentation. > >> > >> The presentation itself is a php site that uses mysql to do some > >> queries, to show data, and I would like to know how to embbed php and > >> mysql to one cd for a presentation. I mean; one cd containing the > >> whole site, and when the user inserts it on the cd/dvd reader it's > >> able to use the website like if him/her would be using the http > >> protocol. So, this application should let me put mysql/php/apache in > >> the cd, then it should work from the cd. > >> > >> I would like to use some free software application, I would like to > >> avoid using commercial branches because I need this for a commercial > >> project that isn't able to pay licenses. Also I preffer Free Software. > >> > >> So, if you know some appplication that helps me to develop this, and > >> also if I would be able to make the cd multiplatform for the principal > >> OS ( Gnu/linux, win, mac ) even better. > >> > >> Thanks a lot. > >> > >> Juan > >> > > > > > > If you want this sort of setup, then why not go with a live Linux CD/DVD > > that has the website on. You can lock the live OS down so that it is in > > what's called a kiosk mode, which should meet your requirements. > > > > Thanks, > > Ash > > http://www.ashleysheridan.co.uk > > > > > > > > Might wanna look at phpdock ( http://www.nusphere.com/products/phpdock.htm) > > -- > > Bastien > > Cat, the other other white meat > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- ~ Sion Duncan. PHd in Sarcasm from the University of Smugness. Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.