Question

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

Was it helpful?

Solution

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top