I have Apache installed and running PHP, and I also have PostgreSQL installed, however, I am entirely unsure as to how to integrate PostgreSQL and Apache. I am using a windows environment.
4
-
2I was all ready to help until that last sentence. Good luck my friend.Ben– Ben2017-04-04 19:50:45 +00:00Commented Apr 4, 2017 at 19:50
-
Thank you! I honestly wish I wasn't but it is a project requirement.codella– codella2017-04-04 19:57:54 +00:00Commented Apr 4, 2017 at 19:57
-
Its doeable, I did in the past but you have to do research and tries , start here: stackoverflow.com/questions/6518694/…. Google is your friend, even older tutorials are good. For info I use vagrant now with a minimal centos VM, never been more happy.dparoli– dparoli2017-04-04 20:03:43 +00:00Commented Apr 4, 2017 at 20:03
-
What do you mean by "integration"? PostgreSQL like any other DB is a separate thing, you only need to use pgsql or php_pgsql to connect to it, and that's it.Anatol Belski– Anatol Belski2017-04-11 16:59:47 +00:00Commented Apr 11, 2017 at 16:59
Add a comment
|