Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6819463
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:18:32+00:00 2026-05-26T21:18:32+00:00

I hope this question isn’t too simple, I tried to go through the postgresql

  • 0

I hope this question isn’t too simple, I tried to go through the postgresql and mysql php pages, but I didn’t understand quite that well.

If you use PHP with MySQL, you can do something like this:

$_connectionID = @mysql_connect(
        $dbConnectionConfig['host'],
        $dbConnectionConfig['user'],
        $dbConnectionConfig['pass'],
        true
    );
@mysql_select_db($dbName, $_connectionID);

Uhmm, two quick questions:

  1. What’s the point of doing the above? Why not just do everything at once with mysql_pconnect?

  2. What does the true in mysql_connect do? Does it just allow you to have multiple database connections open at the same time?

Now, how would you go and do this in PostgreSQL? I know about pg_connect, but that requires a db name to be specified, so, it’s more of an equivalent to mysql_pconnect. Also, I know that the @ in the mysql php syntax basically hides the errors in case of failure. Does the @ work for postgres as well?

Thanks for your time, have a good day.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T21:18:33+00:00Added an answer on May 26, 2026 at 9:18 pm
    1. No reason not to
    2. You do not need the true
      • The true is only needed if it is a new connection link and you have already made a link before.
    3. Remove the @ symbols because they block any PHP warnings that may come up
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I hope this question isn't too open ended, but a nudge in the right
Alright, I hope this isn't too broad a question but my curiosity got the
I hope this isn't too vague a question, but here goes. I want to
I hope this question isn't too broad, but then again I would expect the
I'm relatively new to web application programming so I hope this question isn't too
Hey guys, hope this isn't too much of a n00b question I'm mainly a
I hope this question is not considered too basic for this forum, but we'll
I hope this question is not a duplicate but I didn't find anything equivalent
Sorry, still reasonably new to Javascript here, so hope this question isn't too embarrassingly
Unfortunately, the answer to this question isn't quite as simple as it sounds... but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.