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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T11:36:35+00:00 2026-06-16T11:36:35+00:00

I want to get the data in the mysql database and output them in

  • 0

I want to get the data in the mysql database and output them in each case as in the database. But when I display them, just see the word "Vi tri cua nguoi dung: Array" without seeing the data. i test by use JSON, I get the result on the screen is:

"[{" Kinhdo ":" 106.71246126888674 "," Vido ":" 10.78865449101134 "}]" 

Can you help me?

<?php
mysql_connect("xxxx","xxx","xxx");
mysql_select_db("a4602996_lv"); 
$query_insert="select Kinhdo,Vido from VietMap where id = (select max(id) from VietMap)";
$sql = mysql_query($query_insert);
    if(mysql_num_rows($sql)){
        while($row=mysql_fetch_assoc($sql)){
        $json[] = $row;
    }
}
//print(json_encode($json).'<br/>');
print 'Vi tri cua nguoi dung: '.$json['Kinhdo'];
mysql_close();
?>
  • 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-16T11:36:36+00:00Added an answer on June 16, 2026 at 11:36 am

    use this :

    if(mysql_num_rows($sql))
    {
      echo "<pre />";
      while($row=mysql_fetch_assoc($sql))
      {
        print_r($row);
        $json[] = $row;
      }
      echo "</pre>";
    }
    

    and you shold provide offset to $json array like :

    $json[0]['Kinhdo'];    //for 1st record
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to get data from MySQL database using PHP and display it in
I want to get data from mysql database with the help of DataImportHandler so
I want to get data from a table in my MySQL database. $linkID =
I want to get data from the database (MySQL) by JPA, I want it
i get data from my mysql database and want to make a list. in
I want display data from mysql database like [Youtube][1] comment 10 comments 'show more
I want to get data from table in MySQL and to show it in
I want to get data using CURL but I have a problem. When I
I need to get some meteorological data into a MySQL database. File inputFile.csv is
For some reason whenever I want to query data from the database I get

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.