0

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
  • 2
    I was all ready to help until that last sentence. Good luck my friend. Commented Apr 4, 2017 at 19:50
  • Thank you! I honestly wish I wasn't but it is a project requirement. Commented 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. Commented 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. Commented Apr 11, 2017 at 16:59

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.