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 7857541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T21:04:20+00:00 2026-06-02T21:04:20+00:00

I am supposed to store the database username and password in a .inc file

  • 0

I am supposed to store the database username and password in a .inc file outside of my html folder. my question is, how do you declare variables in .inc and how can i refer to the includes folder outside of my html folder?

  • 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-06-02T21:04:21+00:00Added an answer on June 2, 2026 at 9:04 pm

    You can define them with constants:

    define("DB_USERNAME", "your-username");
    define("DB_PASSWORD", "your-password");
    

    and use them with an include in your html-folder

    include "/path/to/database.inc"
    mysql_connect("localhost", DB_USERNAME, DB_PASSWORD);
    

    Please make sure the database.inc is really out of the document-root of your apache, otherwise the database password can be opened as plain/text. Consider using the *.php extension to your database.inc (=> database.php).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to directly store a XML/HTML file inside a SQLite database? I'm
I'm building an application that supposed to store some images from user's Facebook accounts
I have an array of a structure which is supposed to store unique character
I' am supposed to write an application that lets you store data (contact informations)
Why is it recommended to store CodeIgniter sessions in a database table? I know
I am trying to store a variable from my database into a JavaScript variable
I have an ActiveRecord model Media which is supposed to be able to store
I have seen this question asked previously but can not find a clear explanation
Here's the situation - its a bit different from the other database/password questions on
So, I found out on SO that you're supposed to hash the password together

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.