Hello,
I am thinking about making one small project with PHP, javascript, becasue I don't have experience in other languages too much. It would be something like addition to a windows program which uses postgre sql database. I see that I can make one feature from that database. For me it would be ok, since I am programer, not a huge problem to instal php server on my computer. But for non PHP programmers I want to make it as easy to install as posible - like usual windows progams - next next next and thats it.
What would be the easiest way? Also it would be good when user wants to run the the program - the php serwer would start, but when he closes the program, php server would shut down.
BTW each user is already having postgre databse on their computer, because that windows program uses it from localhost. Thtas how I got the idea, since I see those database tables myself and can make selects.