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

The Archive Base Latest Questions

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

I am new in php field. I have created 2 tables in Mysql 1.Group

  • 0

I am new in php field. I have created 2 tables in Mysql 1.Group 2. Event.
goup_id is primary key in group and its foreign key in event.

I want to display events which is in specific group.
Example : Group1
Event 1
Event 2

      Group2 
      Event 3 
      Event 4 etc 

In this way, first group title and then list of events in that group will come. I want to select data from 2 different table.

Please help!!
Thanks

  • 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-21T02:49:22+00:00Added an answer on May 21, 2026 at 2:49 am

    Something like this?:

    $sql = "SELECT * FROM Event as e LEFT JOIN Group as g on g.group_id=e.group_id ORDER BY e.group_id";
    $result = mysql_query($sql);
    if($result){
        $currGroup = -1;
        while($row=mysql_fetch_array($result)){
           if($row['groupName']!=$currGroup){
             $currGroup = $row['groupName'];
             echo $currGroup."\n";
           }
           echo $row['eventName']."\n";
        }
    }
    

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

Sidebar

Related Questions

I am new to php. I want to have a form such as this:
I have a created-at field in my news collection that saves dates created-at: new
Am new to php... I have been battling on my dynamic checkboxes in such
I'm quite new to php and have been reading Larry Ullman book to develop
I'm new to PHP and MySQL and I'm trying to store a users entered
(Hi all. I'm new-ish to SQL and MySQL in particular. I know some PHP.)
Possible Duplicate: (mysql, php) How to get auto_increment field value before inserting data? I
I am busy with a new project based on zend framework. I have created
Possible Duplicate: Incrementing a field in SQL using PHP I have a table (T1)
I have a table created with PHP from an Sql Database that successfully displays

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.