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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:53:17+00:00 2026-06-10T20:53:17+00:00

I have a mySQL database table setup called site . Rather than qet the

  • 0

I have a mySQL database table setup called site.

Rather than qet the column headings to produce a PHP object of values I want to produce data from the rows.

TABLE: site

:::field:::::value:::::

   url       www.example.com
   name      example site
   etc       Example Etcetera

So I want to be able to get this information from the server by calling the column name I want and the row I am after. I want to do this for all fields in site as I don’t want to do multiple calls for the various different rows in site; I’d rather store all the information from the beginning in the object:

eg. <? echo $site['url']; ?>

I created this put it appears to be causing an error:.

$sql = "SELECT * FROM `site`"; 
$site[];
foreach($sodh->query($sql) as $sitefield){
    $site[$sitefield['field']] = $sitefield['value'];
}

Obviously I’ve missed something. ¿Any idea as to what?

  • 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-10T20:53:18+00:00Added an answer on June 10, 2026 at 8:53 pm
    $site[];
    

    should be

    $site = array();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a MySQL database table called Participant that looks something like this: (idParticipant)
i have a large mysql database table in which one column contains values ranging
I have a MySQL database and with a php function i made a table
I have a many to many table setup in my mysql database. Teams can
I have a many to many table setup in my mysql database. Teams can
I have a table set up on a mysql database called access with three
I have a MySQL database where the table was set up to store the
I have mysql database structure like below: CREATE TABLE test ( id int(11) NOT
I have a MySQL database includes a table named 'Task'. and I used Hibernate
I have a mysql database with a table structure like below : Table Name

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.