As James mentioned you can run the Apache/MySQL/PHP stack on windows. Which
is a great solution.

Mysql, PHP, and Apache are all cross compiled to run natively on most
platforms.

WAMP server currently provide the whole stack at 64bits!
http://www.wampserver.com/en/#wampserver-64-bits

If that's not do-able. IIS can actually run PHP nowadays. I don't know what
database libraries are available for PHP on IIS, but sqlite can be accessed
via ODBC.

Rich


On 15 May 2013 19:13, Philip Stubbs <phi...@stuphi.co.uk> wrote:

> In the past, I have created simple apps that store data in a Mysql
> database, and are accessed with some simple PHP forms. I found this simple.
> intuitive and quite successful.
>
> Now I have a requirement again for something similar at
> work. Unfortunately, we only run Windows. The obvious solution would be to
> use Microsoft Access. It will certainly do what I want, but I don't really
> want to spend the time learning it.
>
> Running apache/mysql/php for my own needs seems a bit of a pain. What I
> would rather do is use something like Sqlite for the database, and then
> create a simple UI with something as simple as PHP/HTML.
>
> I know that there are a ton of scripting / programming languages that
> could be used. My question is, what can I use that will be no more
> complicated than PHP/HTML, will run on Windows /Cygwin, and be available on
> Linux too? Ideally for my simple database type app, I want no more than one
> file for the data, and another for the app.
>
> Any suggestions?
>
> --
> Philip Stubbs
>
> --
> Please post to: Hampshire@mailman.lug.org.uk
> Web Interface: https://mailman.lug.org.uk/mailman/listinfo/hampshire
> LUG URL: http://www.hantslug.org.uk
> --------------------------------------------------------------
>
-- 
Please post to: Hampshire@mailman.lug.org.uk
Web Interface: https://mailman.lug.org.uk/mailman/listinfo/hampshire
LUG URL: http://www.hantslug.org.uk
--------------------------------------------------------------

Reply via email to