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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T21:16:34+00:00 2026-05-13T21:16:34+00:00

I have some information in my database like ‘author’, ‘book’ etc., that are all

  • 0

I have some information in my database like ‘author’, ‘book’ etc., that are all related to a ‘note_id’, which is related to a ‘user’. I query the DB for the note id and I get this back:

note_id assoc array

Array ( [0] => 32 ) Array ( [0] => 31 ) Array ( [0] => 33 ) Array ( [0] => 34 ) Array ( [0] => 35 ) Array ( [0] => 36 ) Array ( [0] => 37 ) Array ( [0] => 38 ) Array ( [0] => 39 ) Array ( [0] => 40 ) Array ( [0] => 41 ) Array ( [0] => 42 ) Array ( [0] => 43 ) Array ( [0] => 44 ) Array ( [0] => 45 ) Array ( [0] => 46 ) 

What I am trying to do is to use all of these values to grab each book review (with author, book, etc.) and then display it to the user in order, one by one.

What’s the next step for me to be able to do this?

Here is the code I am using:

<?php
    //Starting session
    session_start();

    //Includes mass includes containing all the files needed to execute the full script
    //Also shows homepage elements without customs

    include ('includes/mass.php');

    //Set the  session variable
    $username = $_SESSION['username'];

    //Check to see if logged in
    if (isset($username)) {
        //Check all databases assoc with the notes for username submissions

        $sql_for_username_submission = "SELECT note_id FROM notes WHERE user = '$username'";
        $get_data = mysql_query($sql_for_username_submission);
        while ($data_row = mysql_fetch_assoc($get_data)) {
             $name_id = $data_row;
        }
    }   
?>
  • 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-13T21:16:34+00:00Added an answer on May 13, 2026 at 9:16 pm

    Have you considered looking into using joins so that you could have MySQL automatically lookup the data for you without separate queries?

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

Sidebar

Related Questions

I have a number of links which I would like to get some information
I have a LI with some information, including some links. I would like jQuery
I have C# application that must store some information into MS SQL that would
I have to develop an application that display some information about the possessor of
I have this small class called City that simply holds some information about a
I have seen that typing about:somekeywords in browsers address bar gives some information. What
I have some html content stored in a database field. I would like trusted
I have some data that gets pulled out of a database and mapped to
I have some usage queries for my web app's database, the results of which
I have a view that loops over a database table returning dogs information. Here's

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.