문제

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