سؤال

I'm writing a voting app for my school using PHP/MySQL. I've currently tested it on a WAMP server and everything is working.

The central PC to be used is already running WAMP. This will make my app vulnerable since the root admin can just enter the database and change values.

I found out that I can package it as an app that has its own embedded PHP/MySQL. I found one solution called Klone, but that is only for linux. I'd want to be able to do this in windows

Any ideas? Thanks

هل كانت مفيدة؟

المحلول

I've found a solution that implements a new php/mysql stack as a standalone app independent of the existing stack. http://www.server2go-web.de/

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top