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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T06:35:28+00:00 2026-05-14T06:35:28+00:00

Beginner help needed :) I am doign an example form a php book which

  • 0

Beginner help needed 🙂

I am doign an example form a php book which lists tables in databases.
I am getting an error on line 36: $db_list .= “$table_list”;

<?php

//connect to database
$connection = mysql_connect("localhost", "admin_cantsayno", "cantsayno")
    or die(mysql_error());

//list databases    
$dbs = @mysql_list_dbs($connection) or die(mysql_error());  

//start first bullet list
$db_list = "<ul>";
$db_num = 0;

//loop through results of functions 
while ($db_num < mysql_num_rows($dbs)) {

//get database names and make each a list point
$db_names[$db_num] = mysql_tablename($dbs, $db_num);
    $db_list .= "<li>$db_names[$db_num]";

//get table names and make another list
    $tables = @mysql_list_tables($db_names[$db_num]) or die(mysql_error());
    $table_list = "<ul>";
    $table_num = 0;

//loop through results of function  
    while ($table_num < mysql_num_rows($tables)){
    //get table names and make each bullet point
    $table_names[$table_num] = mysql_tablename($tables, $table_num);
    $table_list .= "<li>$table_names[$table_num]";
    $table_num++;
}

//close inner bullet list and increment number to continue
    $table_list .= "</ul>"
    $db_list .= "$table_list";
    $db_num++;
    }
    //close outer bullet list
    $db_list .= "</ul>";
?>

<html>
<head>
<title>MySQL Tables</title>
</head>
<body>
<p><strong>Data bases and tables on local host</strong></p>

<? echo "$db_list"; ?>

</body>

  • 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-14T06:35:28+00:00Added an answer on May 14, 2026 at 6:35 am

    missed semicolon?

        $table_list .= "</ul>" <===
        $db_list .= "$table_list";
    
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Some beginner help needed if anybody can.. I'm writing a contact form with a
I am a beginner in PHP programming and would like help with a little
I'm no php expert (a mere beginner) but need some help! After hours searching
Easy points for someone willing to help a beginner. Using JQuery Form and Validation
I'm a beginner here and need help. I have this code, which works and
Please help this beginner here... I have a SQL Server 2008 R2 running on
JS beginner here. I need help with a script to place different content in
I'm quite a beginner with Zend Framework so I would much appreciate your help
I'm a beginner in ruby and in programming as well and need help with
Im a beginner to css, please can someone help me get this element to

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.