Guest Posted July 21, 2004 Posted July 21, 2004 I want to make an offline webshop on a cdrom. On this cdrom an order can be made. When the computer goes online the customer should be able to log-on an see his personal information, and submit the order. What's the easiest solution for this? thanks for your help.
scotte Posted July 21, 2004 Posted July 21, 2004 ummm, you need php on the cdrom. I have never heard of this nor tried it!!
Guest Posted July 21, 2004 Posted July 21, 2004 Isn't php a server side scripting language? or can it also be done inside the browser? since php isn't installed on on most machines, it's possibly better to use browser side scripting, like javascript...
scotte Posted July 21, 2004 Posted July 21, 2004 Exactly since its serverside, you would have to install php on the PC, 1 in a million would have php installed. Or you could install a virtual webserver on CD, (is that even possible??) Yes javascript is a much better code to use on cd, but theres little choice for systems like oscommerce in jscript language!
AfterDark Posted July 22, 2004 Posted July 22, 2004 there is a portable version of php out ther for just this purpose... I have run it but it was not quite an ideal solution.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.