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

  • Home
  • SEARCH
  • 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 4245258
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T03:49:00+00:00 2026-05-21T03:49:00+00:00

I’ve been thinking of writing a Backend-End Admin Generator for a while now. But

  • 0

I’ve been thinking of writing a Backend-End Admin Generator for a while now. But after some searching I still can’t find a solution to retrieve the relationships of the tables.

How would I go about retrieving any relationships that a table has in PHP, if this is even possible?

Update

What I want to achieve is to build a script that you point at a database. The script then lists all the tables in the database and allows you to created/edit/delete the records in these tables. But I would like to be able to find relationships and present the user with say a drop down box of all the values they can select. For example if the column “user” is linked to the table “users” on the column “id”. Then I would like to be able to recognize that and instead of asking you for a ID of the user allow you to select the user’s name from a drop down.

  • 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-21T03:49:01+00:00Added an answer on May 21, 2026 at 3:49 am

    You won’t look for relationships in PHP. You’ll look for them with SQL statements submitted to the DB through PHP. Unfortunately, the exact queries you’ll needs will vary from database to database as every system names their system tables something different as well as storing the data differently (unless you’re going to build your system for one DB rather than something more robust).

    Research the specific RDBMS in question for a way to view the SQL command used to build the tables in the schema, then just parse out the foreign key statements. Might be your best bet because the SQL commands to define them are fairly universal so you’ll get some portability.

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

Sidebar

Related Questions

No related questions found

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.