PDA

View Full Version : php without a server


Horus_Kol
09-04-2002, 04:15 AM
I have used php and mysql to create a search engine for online documentation on an intranet.

Unfortunately, we have a lot of out-of-house engineers who also require access to the online documentation, but do not have access to the intranet from outside.

I want to issue the information on a CD, but the engineers should still be able to use the search engine.

I have been told that it is possible to work turn the php files into a kind of executable - i have looked at www.php.net (http://www.php.net) but could not find any information there.

could someone point me in the right direction?

thankyou in advance, horus

scoutt
09-04-2002, 08:07 AM
yes there is a program that will do this but you can't use mysql on the cd. the program will add it own server so php can be parsed correctly. the drawback is the mysql thing. I suppose you could put them in a flatfile and just not right to it.

let em think what the program was as it has been awhile since I have seen it.

Horus_Kol
09-04-2002, 08:10 AM
sounds good - i realise about the mysql thing - but this is not a problem, as it is only a search engine and no writing to the data/keywords is required.

scoutt
09-04-2002, 08:15 AM
is this what you want


http://netcity2.web.hinet.net/UserData/capacito/wwi/default.htm

Horus_Kol
09-04-2002, 08:17 AM
yes thanks scoutt - it looks exactly like what i am after.

just have to talk my boss into letting me spend the money now!! :P

Horus_Kol
09-04-2002, 08:44 AM
looks exactly what i want now that i have tried it - thanks again Scoutt
:thumbup: